Files
haikuports/dev-util/buildsystem/buildsystem-1.0_HEAD.recipe

19 lines
394 B
Plaintext

DESCRIPTION="NetSurf build framework for compiling some of their libraries"
HOMEPAGE="http://www.netsurf-browser.org/"
SRC_URI="git://git.netsurf-browser.org/buildsystem.git"
REVISION="1"
STATUS_HAIKU="stable"
BUILD {
cd buildsystem-1.0-HEAD
make
}
INSTALL {
cd buildsystem-1.0-HEAD
make install PREFIX=/boot/common/
}
LICENSE="MIT"
COPYRIGHT="2009 - 2013 The NetSurf Browser project"