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

# source: james
TARBALL=anthy_0.3.orig.tar.gz
MD5SUM=e86c0c8bdc51cd19aada7bf9773c68d7
SRC_URL=http://http.debian.net/debian/pool/main/a/anthy/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="anthy: anthy $PKGVER (Japanese 日本語 IME)  
anthy:  
anthy: Anthy is a Japanese input method working on X11 and Emacs. It converts 
anthy: hiragana text to mixed kana and kanji. It is implemented as a library 
anthy: and stores private information securely in ~/.anthy/. Thus, Anthy is 
anthy: simple and secure (information is protected from spoofing and 
anthy: snooping).  
anthy: 
anthy: https://wiki.debian.org/Teams/DebianAnthy
anthy: 
anthy: 
"
SLACKSUG='kasumi'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


