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

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

SLACKREQ='libjpeg-turbo libtiff'
SLACKDESC='libdjvulibre: libdjvulibre 3.5.25.3 (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
}


