diff --git a/system/devel/libarchive/actions.py b/system/devel/libarchive/actions.py index 1b715594..f38a6c1e 100644 --- a/system/devel/libarchive/actions.py +++ b/system/devel/libarchive/actions.py @@ -12,9 +12,7 @@ import os def setup(): autotools.autoreconf("-fi") - autotools.configure("--disable-static \ - --disable-bsdtar \ - --disable-bsdcpio") + autotools.configure("--disable-static") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") @@ -27,12 +25,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.remove("/usr/share/man/man5/tar.5") - pisitools.remove("/usr/share/man/man5/cpio.5") - pisitools.remove("/usr/share/man/man5/mtree.5") - - # Remove empty dirs - os.removedirs("%s/usr/share/man/man1" % get.installDIR()) - os.removedirs("%s/usr/bin" % get.installDIR()) - pisitools.dodoc("COPYING","NEWS","README") diff --git a/system/devel/libarchive/pspec.xml b/system/devel/libarchive/pspec.xml index ec991c9d..bb6288c1 100644 --- a/system/devel/libarchive/pspec.xml +++ b/system/devel/libarchive/pspec.xml @@ -61,7 +61,7 @@ - 2016-03-13 + 2016-04-16 3.1.2 First release Alihan Öztürk