mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
23 lines
492 B
Plaintext
23 lines
492 B
Plaintext
DESCRIPTION="Libsvgtiny is an implementation of SVG Tiny written in C"
|
|
HOMEPAGE="http://www.netsurf-browser.org/projects/libsvgtiny"
|
|
SRC_URI="svn://svn.netsurf-browser.org/trunk/libsvgtiny#10856"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="dev-libs/libxml2 >= 2.7.7
|
|
dev-util/gperf >= 3.0.4"
|
|
#CHECKSUM_MD5=""
|
|
BUILD()
|
|
{
|
|
cd libsvgtiny-10856
|
|
make
|
|
make install PREFIX=/boot/common
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd libsvgtiny-10856
|
|
make install
|
|
}
|
|
LICENSE="MIT"
|
|
COPYRIGHT="2003-2010 The NetSurf Developers"
|