compat-32/libgpg-error-32/Pkgfile
2016-07-23 13:04:29 +10:00

25 lines
524 B
Plaintext

# 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.24
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}
}