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.
This commit is contained in:
Adrien Destugues
2012-11-07 12:32:32 +00:00
parent 1750eb06d6
commit 320a8f12c1
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
DESCRIPTION="LibCSS is a CSS (Cascading Style Sheet) parser and selection engine"
HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
SRC_URI="http://download.netsurf-browser.org/libs/releases/libcss-0.1.2-src.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libparserutils >= 0.1.1"
BUILD {
cd libcss-0.1.2
make
}
INSTALL {
cd libcss-0.1.2
make install
}
LICENSE="MIT
GNU GPL v2"
COPYRIGHT="2003 - 2012 The NetSurf Developers"