Add all the netsurf libraries and an updated build file for building from git.

Patch upcoming.
This commit is contained in:
Adrien Destugues
2012-11-07 15:39:09 +00:00
parent 320a8f12c1
commit be7f6e752b
8 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
DESCRIPTION="LibWapcaplet is a string internment library"
HOMEPAGE="http://www.netsurf-browser.org/projects/libwapcaplet/"
SRC_URI="git://git.netsurf-browser.org/libwapcaplet.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/buildsystem >= 0"
BUILD {
cd libwapcaplet-0.1.1-HEAD
make PREFIX=/boot/common
}
INSTALL {
cd libwapcaplet-0.1.1-HEAD
make install PREFIX=/boot/common
}
LICENSE="MIT
GNU GPL v2"
COPYRIGHT="2003 - 2012 The NetSurf Developers"