lfs_stable_sync1
This commit is contained in:
@@ -13,6 +13,8 @@ bindir = "/tmp" if get.buildTYPE() == "emul32" else "/bin"
|
||||
|
||||
def setup():
|
||||
autotools.rawConfigure("--libdir=/lib%s \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--mandir=/usr/share/man \
|
||||
--libexecdir=/lib%s \
|
||||
--bindir=%s" % (suffix, suffix, bindir))
|
||||
@@ -20,7 +22,7 @@ def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.make("DIST_ROOT=%s install install-lib install-dev" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
pisitools.removeDir("/tmp")
|
||||
pisitools.remove("/lib%s/libattr.a" % suffix)
|
||||
@@ -13,13 +13,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Utilities for managing filesystems extended attributes</Summary>
|
||||
<Description>attr contains a set of tools for manipulating extended attributes on filesystem objects, in particular getfattr and setfattr.</Description>
|
||||
<Archive sha1sum="5060f0062baee6439f41a433325b8b3671f8d2d8" type="targz">http://download.savannah.gnu.org/releases/attr/attr-2.4.47.src.tar.gz</Archive>
|
||||
<Archive sha1sum="d7c88cb5db51c5e255a511b0a15e832fcdda5b4f" type="targz">http://download.savannah.nongnu.org/releases/attr/attr-2.4.48.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>attr</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
<Path fileType="conf">/etc</Path>
|
||||
<Path fileType="library">/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -56,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-11-28</Date>
|
||||
<Version>2.4.48</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.4.47</Version>
|
||||
|
||||
Reference in New Issue
Block a user