libcap ver. bump
This commit is contained in:
@@ -6,16 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--datadir=/usr/share/hwdata --disable-zlib")
|
||||
mesontools.configure("--datadir=/usr/share/hwdata")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
pisitools.insinto("/usr/share/hwdata", "usb.ids")
|
||||
|
||||
pisitools.dodoc("NEWS")
|
||||
|
||||
Reference in New Issue
Block a user