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

# source: james
TARBALL=djvulibre-$PKGVER.tar.gz
MD5SUM=aa4ed331f669f5a72e3c0d7f9196c4e6
SRC_URL=http://downloads.sourceforge.net/djvu/$TARBALL
BUNDLE=

SLACKREQ='libjpeg-turbo libtiff'
SLACKDESC="libdjvulibre: libdjvulibre $PKGVER (Djvu rendering library)  
libdjvulibre:  
libdjvulibre: DjVu (pronounced \"déjà vu\") a set of compression technologies, 
libdjvulibre: a file format, and a software platform for the delivery over the 
libdjvulibre: Web of digital documents, scanned documents, and high resolution 
libdjvulibre: images. DjVu documents download and display extremely quickly, 
libdjvulibre: and look exactly the same on all platforms with no compatibility 
libdjvulibre: problems due to fonts, colors, etc. DjVu is a superior 
libdjvulibre: alternative to PDF, PostScript, TIFF, JPEG, JPEG2000, GIF. 
libdjvulibre: DjVuLibre is an open source (GPL) implementation of DjVu.  
libdjvulibre:
"

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


