forked from ports/compat-32
libgpg-error-32: initial import
This commit is contained in:
parent
1991f8e372
commit
f9fcdb94a1
0
libgpg-error-32/.32bit
Normal file
0
libgpg-error-32/.32bit
Normal file
7
libgpg-error-32/.footprint
Normal file
7
libgpg-error-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/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
1
libgpg-error-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
ab0b5aba6d0a185b41d07bda804fd8b2 libgpg-error-1.21.tar.bz2
|
24
libgpg-error-32/Pkgfile
Normal file
24
libgpg-error-32/Pkgfile
Normal 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}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user