@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user