mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Add all the netsurf libraries and an updated build file for building from git.
Patch upcoming.
This commit is contained in:
20
net-libs/libdom/libdom-0.bep
Normal file
20
net-libs/libdom/libdom-0.bep
Normal 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"
|
||||
Reference in New Issue
Block a user