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

# source: james / BLFS 11.3
TARBALL=libidn-$PKGVER.tar.gz
MD5SUM=2cbff2f75f904328ac507af576b07197
SRC_URL=http://ftp.gnu.org/gnu/libidn/$TARBALL
BUNDLE=

SLACKREQ='' 
SLACKDESC="libidn32: libidn32 $PKGVER (IDN Decode/Encode library)
libidn32: 
libidn32: GNU Libidn is a fully documented implementation of the Stringprep, 
libidn32: Punycode and IDNA specifications. Libidn's purpose is to encode and 
libidn32: decode internationalized domain names. The library contains a generic 
libidn32: Stringprep implementation. Profiles for Nameprep, iSCSI, SASL, XMPP 
libidn32: and Kerberos V5 are included. Punycode and ASCII Compatible Encoding 
libidn32: (ACE) via IDNA are supported.
libidn32: This is 32-bit version of the library. 
libidn32: 
libidn32: https://www.gnu.org/software/libidn/

"

### default pkg_download
### default prepare

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

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

