### this file is sourced not run
PKGVER=1.46
PKGBUILD=1
PKGARCH=i686

# source: BLFS 11.3
TARBALL=libgpg-error-$PKGVER.tar.bz2
MD5SUM=db41efe5aba3baad6cf266fea720095d
SRC_URL=https://www.gnupg.org/ftp/gcrypt/libgpg-error/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libgpg-error32: libgpg-error32 $PKGVER (GnuPG helper)  
libgpg-error32:  
libgpg-error32: The libgpg-error package contains a library that defines common 
libgpg-error32: error values for all GnuPG components.  
libgpg-error32: 
libgpg-error32: This contains 32-bit version of the library
libgpg-error32: 
libgpg-error32: https://www.gnupg.org/software/libgpg-error/
libgpg-error32: 
libgpg-error32: 
libgpg-error32:
"

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

### build
pkg_build() {
	LIBDIR=lib
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}


