### this file is sourced not run
PKGVER=2.3.4
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 11.3
TARBALL=libidn2-$PKGVER.tar.gz
MD5SUM=a12109804fc9c5d7fb31f068c66655b8
SRC_URL=https://ftp.gnu.org/gnu/libidn/$TARBALL
BUNDLE=

SLACKREQ='libunistring' 
SLACKDESC="libidn2: libidn2 $PKGVER (International Domain Name)
libidn2: 
libidn2: libidn2 is a package designed for internationalized string handling 
libidn2: based on standards from the Internet Engineering Task Force (IETF)'s 
libidn2: IDN working group, designed for internationalized domain names.
libidn2: 
libidn2: This is version 2 of the library.
libidn2: It can be co-exist with version 1 of libidn.
libidn2: 
libidn2: https://www.gnu.org/software/libidn/
libidn2: 
"

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

