Files
haikuports/media-libs/libsvgtiny/libsvgtiny-0_HEAD.recipe
Oliver Tappe aec3652b01 Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
  ports that do not have a proper recipe yet
2013-08-25 23:51:08 +02:00

25 lines
578 B
Plaintext

DESCRIPTION="Libsvgtiny is an implementation of SVG Tiny written in C"
HOMEPAGE="http://www.netsurf-browser.org/projects/libsvgtiny"
SRC_URI="git://git.netsurf-browser.org/libsvgtiny.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libxml2 >= 2.7.7
dev-util/gperf >= 3.0.4
dev-util/buildsystem >= 0
dev-libs/libwapcaplet >= 0.1.1-HEAD
net-libs/libdom >= 0"
#CHECKSUM_MD5=""
BUILD()
{
cd libsvgtiny-0-HEAD
make PREFIX=/boot/common
}
INSTALL()
{
cd libsvgtiny-0-HEAD
make install PREFIX=/boot/common
}
LICENSE="MIT"
COPYRIGHT="2003-2012 The NetSurf Developers"