Files
haikuports/net-libs/libdom/libdom-0.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

23 lines
430 B
Plaintext

DESCRIPTION="LibDOM is an implementation of the W3C DOM"
HOMEPAGE="http://www.netsurf-browser.org/projects/libdom/"
SRC_URI="git://git.netsurf-browser.org/libdom.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-lib/hubbub >= 0.1.2-HEAD"
BUILD()
{
cd libdom-0
make PREFIX=/boot/common
}
INSTALL()
{
cd libdom-0
make install PREFIX=/boot/common
}
LICENSE="MIT
GNU GPL v2"
COPYRIGHT="2003 - 2012 The NetSurf Developers"