base rebuild
This commit is contained in:
@@ -15,6 +15,7 @@ def setup():
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
|
||||
options += " --libdir=/usr/lib32 --bindir=/usr/bin32"
|
||||
|
||||
# Use 32-bit assembler, another option is to use --disable-asm option
|
||||
pisitools.dosed("mpi/config.links", "path=\"amd64\"", "path=\"i586 i386\"")
|
||||
@@ -30,7 +31,9 @@ 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.dodir("/etc/gcrypt")
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>General purpose crypto library</Summary>
|
||||
<Description>Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard.</Description>
|
||||
<Archive sha1sum="2d8781e92f88706707a1e76fb628b499ad538a30" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.5.tar.bz2</Archive>
|
||||
<Archive sha1sum="406b02873833427898d16bcc8483bc5c91c73d4a" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.6.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.36">libgpg-error-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -70,6 +70,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>1.8.6</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.8.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user