Recipes for NetSurf 3.7 and libraries

This commit is contained in:
Adrien Destugues
2017-10-23 05:14:03 +02:00
parent fac2491abd
commit 63e56ae879
24 changed files with 98 additions and 760 deletions

View File

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