Add all the netsurf libraries and an updated build file for building from git.

Patch upcoming.
This commit is contained in:
Adrien Destugues
2012-11-07 15:39:09 +00:00
parent 320a8f12c1
commit be7f6e752b
8 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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"