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

# source: james
TARBALL=libthai-$PKGVER.tar.xz
MD5SUM=c1fe8255d2bdfc5ea4f68dd9aff8b7f1
SRC_URL=https://github.com/tlwg/libthai/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libthai: libthai $PKGVER (Thai language support library)
libthai: 
libthai: LibThai is a set of Thai language support routines aimed to ease 
libthai: developers tasks to incorporate Thai language support in their 
libthai: applications. It includes important Thai-specific functions e.g. word 
libthai: breaking, input and output methods as well as basic character and 
libthai: string supports. LibThai is an Open Source and collaborative effort 
libthai: initiated by Thai Linux Working Group and opened for all contributors.
libthai: 
libthai: https://github.com/tlwg/libthai
libthai: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


