NetSurf 3.4 and dependencies.

This commit is contained in:
Adrien Destugues
2016-02-19 22:12:21 +01:00
parent f8cea9f0e6
commit 2df439dafb
13 changed files with 790 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
SUMMARY="NetSurf build framework"
DESCRIPTION="
NetSurf build framework for compiling some of their libraries.
"
HOMEPAGE="http://git.netsurf-browser.org/buildsystem.git/"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/buildsystem-$portVersion.tar.gz"
CHECKSUM_SHA256="dbc6afc639f6987b704e6ff4427668787ee7efba77e1bbf76b614699b5daaf71"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2009-2016 The NetSurf Browser project"
ARCHITECTURES="any"
PROVIDES="
netsurf_buildsystem = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:make
"
SOURCE_DIR="buildsystem-$portVersion"
BUILD()
{
# no-op
true
}
INSTALL()
{
make install PREFIX=$prefix BASE=$prefix/data/netsurf-buildsystem
}