mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
28 lines
517 B
Plaintext
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"
|