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

# source: james
TARBALL=uchardet-$PKGVER.tar.xz
MD5SUM=623406dac5c5ad89e40eedd7f279efae
SRC_URL=https://www.freedesktop.org/software/uchardet/releases/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="libuchardet: libuchardet $PKGVER (Character-encoding library)
libuchardet: 
libuchardet: uchardet is an encoding detector library, which takes a sequence of 
libuchardet: bytes in an unknown character encoding without any additional 
libuchardet: information, and attempts to determine the encoding of the text. 
libuchardet: Returned encoding names are iconv-compatible.
libuchardet: 
libuchardet: https://www.freedesktop.org/wiki/Software/uchardet/
libuchardet: 
libuchardet: 
libuchardet: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CMAKEFLAGS="$CMAKEFLAGS -DBUILD_STATIC=OFF"
	pkg_build_cmake &&
	pkg_build_slackdesc
}
