mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
20 lines
419 B
Plaintext
20 lines
419 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="net-libs/hubbub >= 0.2.0-HEAD"
|
|
|
|
BUILD {
|
|
cd libdom-0.0.1-HEAD
|
|
make PREFIX=/boot/common
|
|
}
|
|
|
|
INSTALL {
|
|
cd libdom-0.0.1-HEAD
|
|
make install PREFIX=/boot/common
|
|
}
|
|
|
|
LICENSE="MIT"
|
|
COPYRIGHT="2007 - 2013 J-M Bell"
|