@@ -12,9 +12,7 @@ import os
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-fi")
|
autotools.autoreconf("-fi")
|
||||||
autotools.configure("--disable-static \
|
autotools.configure("--disable-static")
|
||||||
--disable-bsdtar \
|
|
||||||
--disable-bsdcpio")
|
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
@@ -27,12 +25,4 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
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")
|
pisitools.dodoc("COPYING","NEWS","README")
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-03-13</Date>
|
<Date>2016-04-16</Date>
|
||||||
<Version>3.1.2</Version>
|
<Version>3.1.2</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
<Name>Alihan Öztürk</Name>
|
<Name>Alihan Öztürk</Name>
|
||||||
|
|||||||
Reference in New Issue
Block a user