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

# source: james
TARBALL=sword-$PKGVER.tar.gz
MD5SUM=095dbd723738c2a232c85685a11827a8
SRC_URL=http://crosswire.org/ftpmirror/pub/sword/source/v1.8/$TARBALL
BUNDLE=

SLACKREQ='libclucene'
SLACKDESC="libsword: libsword $PKGVER (Bible research framework)  
libsword:  
libsword: The SWORD Engine is a software framework that allows research 
libsword: manipulation of Biblical texts. There are a number of projects that 
libsword: use The SWORD Engine, including Bibletime, Xiphos, PocketSword and 
libsword: many others.  
libsword: 
libsword: http://crosswire.org/sword/index.jsp
libsword: 
libsword: 
libsword: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/sword*
	CONFFLAGS="$CONFFLAGS --disable-static --disable-tests  --without-icu"
	#autoreconf -fi &&
	./autogen.sh &&
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	make install_config
}


