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

# source: james
TARBALL=fcitx-anthy_0.2.1.orig.tar.xz
MD5SUM=23ce628c01c5c09f9d4f1402c50fb19b
SRC_URL=http://ftp.de.debian.org/debian/pool/main/f/fcitx-anthy/$TARBALL
BUNDLE=

SLACKREQ='anthy fcitx'
SLACKDESC='fcitx-anthy: fcitx-anthy 0.2.1 (Anthy module for fcitx)  
fcitx-anthy:  
fcitx-anthy: This package enables anthy to be used where fcitx can be used.  
fcitx-anthy: 
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() {
	export PATH="$PATH:/opt/qt4/bin"
	export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/qt4/lib64"
	export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/opt/qt4/lib64/pkgconfig"
	export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/opt/qt4/include"
	export QT4_PATH="/opt/qt4/bin"
	export QT4_LD_LIBRARY_PATH="/opt/qt4/lib64"
	export QT4_PKG_CONFIG_PATH="/opt/qt4/lib64/pkgconfig"
	export QT4_CPLUS_INCLUDE_PATH="/opt/qt4/include" 
	
	CMAKEFLAGS="$CMAKEFLAGS -DLIB_INSTALL_DIR=/usr/lib64"
	pkg_build_cmake &&
	pkg_build_slackdesc
}


