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

# source: james
TARBALL=fcitx-anthy-$PKGVER.tar.gz
MD5SUM=5cf2573605638730b24b850ccf905890
SRC_URL=https://github.com/fcitx/fcitx-anthy/archive/${PKGVER}.tar.gz
BUNDLE=

SLACKREQ='anthy fcitx'
SLACKDESC="fcitx-anthy: fcitx-anthy $PKGVER (Anthy module for fcitx)  
fcitx-anthy:  
fcitx-anthy: This package enables anthy to be used where fcitx can be used.  
fcitx-anthy: 
fcitx-anthy: https://github.com/fcitx/fcitx-anthy
fcitx-anthy: 
fcitx-anthy: 
fcitx-anthy: 
fcitx-anthy: 
fcitx-anthy: 
fcitx-anthy: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CMAKEFLAGS="$CMAKEFLAGS -DLIB_INSTALL_DIR=/usr/lib64"
	pkg_build_cmake &&
	pkg_build_slackdesc
}


