base rebuild
This commit is contained in:
@@ -7,10 +7,15 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
LIBDIR = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
|
||||
bindir = "/usr/bin32" if get.buildTYPE() == "emul32" else "/usr/bin"
|
||||
|
||||
def setup():
|
||||
autotools.configure("--enable-nls \
|
||||
--libdir=%s \
|
||||
--bindir=%s \
|
||||
--disable-rpath \
|
||||
--disable-languages")
|
||||
--disable-languages"% (LIBDIR, bindir))
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -21,6 +26,8 @@ def check():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
if get.buildTYPE() == "emul32": return
|
||||
if get.buildTYPE() == "emul32":
|
||||
pisitools.removeDir("/usr/bin32")
|
||||
return
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING*", "ChangeLog", "NEWS", "README", "THANKS")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for error values used by GnuPG components</Summary>
|
||||
<Description>libgpg-error is a library that defines common error values for all GnuPG components.</Description>
|
||||
<Archive sha1sum="5245ce38b198cecd57775fb3c7b7328ec1a2a615" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.36.tar.bz2</Archive>
|
||||
<Archive sha1sum="991a7a53e778a3de5ba8aad711e0bc9453101f4b" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.39.tar.bz2</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -61,6 +61,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>1.39</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2019-12-23</Date>
|
||||
<Version>1.36</Version>
|
||||
|
||||
Reference in New Issue
Block a user