Files
haikuports/media-gfx/potrace/potrace-1.8.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

28 lines
517 B
Plaintext

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"