Files
haikuports/dev-libs/libparserutils/libparserutils-0.1.1.bep
Adrien Destugues 320a8f12c1 Add NetSurf project libraries.
These were part of etSurf before, but they are now (in netsurf git) distributed as separate libs, which the browser depends on.
2012-11-07 12:32:32 +00:00

20 lines
437 B
Plaintext

DESCRIPTION="LibParserUtils is a library for building efficient parsers"
HOMEPAGE="http://www.netsurf-browser.org/projects/libparserutils/"
SRC_URI="http://download.netsurf-browser.org/libs/releases/libparserutils-0.1.1-src.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
BUILD {
cd libparserutils-0.1.1
make
}
INSTALL {
cd libparserutils-0.1.1
make install
}
LICENSE="MIT
GNU GPL v2"
COPYRIGHT="2003 - 2012 The NetSurf Developers"