mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 10:10:06 +02:00
23 lines
430 B
Plaintext
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"
|