DESCRIPTION="transforms bitmaps into vector graphics" HOMEPAGE="http://potrace.sourceforge.net/" SRC_URI="http://potrace.sourceforge.net/download/potrace-1.8.tar.gz" CHECKSUM_MD5="e73b45565737d64011612704dd4d9f86" REVISION="1" STATUS_HAIKU="stable" DEPEND="" BUILD() { cd potrace-1.8 libtoolize --force --copy --install aclocal autoconf automake ./configure --prefix=`finddir B_COMMON_DIRECTORY` make } INSTALL() { cd potrace-1.8 make install } LICENSE="GNU GPL v2" COPYRIGHT="2001-2007 Peter Selinger"