add cdrdao and simpleburn
This commit is contained in:
@@ -7,8 +7,12 @@
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
autotools.configure(" --prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-pkg-check-modules")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
Reference in New Issue
Block a user