mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 03:00:05 +02:00
19 lines
394 B
Plaintext
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"
|