mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 02:37:15 +08:00
updated lib32-libgcrypt to version 1.5.0
This commit is contained in:
parent
eaa9ebc30d
commit
2db70c50a6
@ -5,19 +5,18 @@
|
||||
|
||||
_pkgbasename=libgcrypt
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=1.4.6
|
||||
pkgrel=2
|
||||
pkgdesc="a general purpose crypto library based on the code used (32-bit)"
|
||||
pkgver=1.5.0
|
||||
pkgrel=1
|
||||
pkgdesc="A general purpose crypto library based on the code used (32-bit)"
|
||||
arch=(x86_64)
|
||||
url="http://www.gnupg.org"
|
||||
license=('LGPL')
|
||||
depends=('lib32-libgpg-error>=1.7' $_pkgbasename)
|
||||
makedepends=(gcc-multilib libtool-multilib)
|
||||
options=(!libtool)
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
|
||||
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${_pkgbasename}-${pkgver}.tar.bz2
|
||||
)
|
||||
md5sums=('dbf99425a4fe9217c84ce3a35d938634')
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
|
||||
|
||||
sha1sums=('3e776d44375dc1a710560b98ae8437d5da6e32cf')
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
@ -30,7 +29,10 @@ build() {
|
||||
sed 's:path="amd64":path="i586 i386":' -i mpi/config.links
|
||||
|
||||
# keep static library for , needed for cryptsetup
|
||||
./configure --prefix=/usr --disable-padlock-support --libdir=/usr/lib32 --enable-shared
|
||||
./configure --prefix=/usr \
|
||||
--disable-padlock-support \
|
||||
--libdir=/usr/lib32 \
|
||||
--enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user