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

# source: james
TARBALL=sword-$PKGVER.tar.gz
MD5SUM=3b9f7c483dd6c73c1911e695490e69e3
SRC_URL=http://crosswire.org/ftpmirror/pub/sword/source/v1.7/$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: 
libsword: 
libsword: 
libsword: http://crosswire.org/sword/index.jsp
"

### 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 &&
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	make install_config
}


