forked from ports/compat-32
libgcrypt-32: initial import
This commit is contained in:
parent
f9fcdb94a1
commit
0b8b53c658
0
libgcrypt-32/.32bit
Normal file
0
libgcrypt-32/.32bit
Normal file
7
libgcrypt-32/.footprint
Normal file
7
libgcrypt-32/.footprint
Normal file
@ -0,0 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libgcrypt.a
|
||||
-rwxr-xr-x root/root usr/lib32/libgcrypt.la
|
||||
lrwxrwxrwx root/root usr/lib32/libgcrypt.so -> libgcrypt.so.20.0.5
|
||||
lrwxrwxrwx root/root usr/lib32/libgcrypt.so.20 -> libgcrypt.so.20.0.5
|
||||
-rwxr-xr-x root/root usr/lib32/libgcrypt.so.20.0.5
|
1
libgcrypt-32/.md5sum
Normal file
1
libgcrypt-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
3babc8af8978eeafa1bdbfef066ea943 libgcrypt-1.6.5.tar.bz2
|
25
libgcrypt-32/Pkgfile
Normal file
25
libgcrypt-32/Pkgfile
Normal file
@ -0,0 +1,25 @@
|
||||
# Description: A general purpose cryptographic library based on GnuPG
|
||||
# URL: http://www.gnupg.org/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: libgcrypt libgpg-error-32
|
||||
|
||||
name=libgcrypt-32
|
||||
version=1.6.5
|
||||
release=1
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd libgcrypt-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32 \
|
||||
--disable-padlock-support \
|
||||
--enable-static=yes \
|
||||
--disable-asm
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/{share,include,bin}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user