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

# source: james
TARBALL=potrace-$PKGVER.tar.gz
MD5SUM=60cecdaa9d14e0008f96b68dce77d246
SRC_URL=http://potrace.sourceforge.net/download/$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='zlib libncurses'
SLACKDESC="potrace: potrace $PKGVER (Bitmap tracer)
potrace: 
potrace: Potrace(TM) is a tool for tracing a bitmap, which means, transforming 
potrace: a bitmap into a smooth, scalable image. The input is a bitmap (PBM, 
potrace: PGM, PPM, or BMP format), and the output is one of several vector 
potrace: file formats. A typical use is to create SVG or PDF files from 
potrace: scanned data, such as company or university logos, handwritten notes, 
potrace: etc. The resulting image is not jaggy like a bitmap, but smooth. It 
potrace: can then be rendered at any resolution.
potrace: 
potrace: http://potrace.sourceforge.net/
"

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


