Files
haikuports/net-libs/hubbub/hubbub-0.2.0_HEAD.recipe
2013-12-07 02:00:02 +01:00

22 lines
429 B
Plaintext

DESCRIPTION="Hubbub is an HTML5 compliant parsing library"
HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub/"
SRC_URI="git://git.netsurf-browser.org/libhubbub.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPENDS="dev-util/buildsystem >= 0.0.1"
BUILD()
{
cd hubbub-0.2.0-HEAD
make PREFIX=/boot/common
}
INSTALL()
{
cd hubbub-0.2.0-HEAD
make install PREFIX=/boot/common
}
LICENSE="MIT"
COPYRIGHT="2007 - 2013 J-M Bell"