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

# source: BLFS 8.2
TARBALL=libunistring-$PKGVER.tar.xz
MD5SUM=03c60d4f7a77e00a8b31220c0ec22601
SRC_URL=https://ftp.gnu.org/gnu/libunistring/$TARBALL
BUNDLE=

SLACKREQ='' 
SLACKDESC="libunistring32: libunistring32 $PKGVER (Unicode string library)
libunistring32: 
libunistring32: libunistring is a library that provides functions for manipulating 
libunistring32: Unicode strings and for manipulating C strings according to the 
libunistring32: Unicode standard.
libunistring32: 
libunistring32: This contains 32-bit version of the library.
libunistring32: 
libunistring32: 
libunistring32: 
libunistring32: 
"

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

