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

# source: james
TARBALL=fcitx-fbterm-0.2.0.tar.xz
MD5SUM=a7eb80fde3e0d1cab27e230c912849da
SRC_URL=http://download.fcitx-im.org/fcitx-fbterm/$TARBALL
BUNDLE=

SLACKREQ='fcitx fbterm'
SLACKDESC='fcitx-fbterm: fcitx-fbterm 0.2.0 (Fcitx module for fbterm)
fcitx-fbterm: 
fcitx-fbterm: This module enables fcitx to function under fbterm. Or, it enables 
fcitx-fbterm: fbterm to make use of fcitx.
fcitx-fbterm: 
fcitx-fbterm: https://fcitx-im.org/wiki/Fbterm
fcitx-fbterm: 
fcitx-fbterm: 
fcitx-fbterm: 
fcitx-fbterm: 
fcitx-fbterm: 

'

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


