Files
haikuports/media-libs/libsvgtiny/libsvgtiny-0.1.0-HEAD.bep
Adrien Destugues 9b6e3c28b0 Update NetSurf following 3.0 release
* All the packages have changed version
 * Cleanup the dependencies to avoid repeating transitive ones
 * libxml is not required anymore (libdom replaces it everywhere)
 * on the other hand, NetSurf build uses perl html::entities. Added a bep for it.
 * Also adjusted the licences. While NetSurf is still GPL/MIT+OpenSSL exception, all the other libs are plain MIT, with various copyright holders.
2013-05-26 14:06:09 +02:00

21 lines
520 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-util/gperf >= 3.0.4
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"