lfs_stable_sync1

This commit is contained in:
Ertuğrul Erata
2018-11-28 16:06:12 +03:00
parent df05c19922
commit 36eb7494e9
4 changed files with 26 additions and 7 deletions
+5 -3
View File
@@ -14,16 +14,18 @@ def setup():
shelltools.export("DEBUG", "-DNDEBUG")
autotools.rawConfigure("--libdir=/lib \
--disable-static \
--mandir=/usr/share/man \
--libexecdir=/lib \
--bindir=/bin")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.make("DESTDIR=%s install install-lib install-dev" % get.installDIR())
pisitools.remove("/lib/*.a")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.chmod("%s/lib/libacl.so.*.*.*" % get.installDIR(), 0755)
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>Access control list utilities</Summary>
<Description>acl contains the getfacl and setfacl utilities needed for manipulating access control lists along with the needed libraries.</Description>
<Archive sha1sum="537dddc0ee7b6aa67960a3de2d36f1e2ff2059d9" type="targz">http://download.savannah.gnu.org/releases/acl/acl-2.2.52.src.tar.gz</Archive>
<Archive sha1sum="6c9e46602adece1c2dae91ed065899d7f810bf01" type="targz">http://download.savannah.gnu.org/releases/acl/acl-2.2.53.tar.gz</Archive>
<BuildDependencies>
<Dependency>attr-devel</Dependency>
</BuildDependencies>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-11-28</Date>
<Version>2.2.53</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-15</Date>
<Version>2.2.52</Version>