description='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)' url='http://potrace.sourceforge.net/' packager="tnut " name=potrace version=1.16 source=("http://potrace.sourceforge.net/download/$version/$name-$version.tar.gz") build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --with-libpotrace \ make make DESTDIR=$PKG install }