libarchive rebuild

This commit is contained in:
burakerturk
2016-04-17 01:24:11 +03:00
parent 0a7edf1a5e
commit f89e3892ad
2 changed files with 2 additions and 12 deletions
+1 -11
View File
@@ -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")
+1 -1
View File
@@ -61,7 +61,7 @@
<History>
<Update release="1">
<Date>2016-03-13</Date>
<Date>2016-04-16</Date>
<Version>3.1.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>