libgpg-error-32: initial import

This commit is contained in:
Danny Rawlins 2016-03-28 14:29:05 +11:00
parent 1991f8e372
commit f9fcdb94a1
4 changed files with 32 additions and 0 deletions

0
libgpg-error-32/.32bit Normal file
View File

View 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/libgpg-error.a
-rwxr-xr-x root/root usr/lib32/libgpg-error.la
lrwxrwxrwx root/root usr/lib32/libgpg-error.so -> libgpg-error.so.0.17.0
lrwxrwxrwx root/root usr/lib32/libgpg-error.so.0 -> libgpg-error.so.0.17.0
-rwxr-xr-x root/root usr/lib32/libgpg-error.so.0.17.0

1
libgpg-error-32/.md5sum Normal file
View File

@ -0,0 +1 @@
ab0b5aba6d0a185b41d07bda804fd8b2 libgpg-error-1.21.tar.bz2

24
libgpg-error-32/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Description: A small library defining error values for GnuPG components
# URL: http://www.gnupg.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libgpg-error
name=libgpg-error-32
version=1.21
release=1
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$version.tar.bz2)
build() {
cd libgpg-error-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--disable-nls \
--enable-static
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{share,bin,include}
}