mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Add all the netsurf libraries and an updated build file for building from git.
Patch upcoming.
This commit is contained in:
19
net-libs/hubbub/hubbub-0.1.2-HEAD.bep
Normal file
19
net-libs/hubbub/hubbub-0.1.2-HEAD.bep
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION="Hubbub is an HTML5 compliant parsing library"
|
||||
HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub/"
|
||||
SRC_URI="git://git.netsurf-browser.org/libhubbub.git"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-util/buildsystem >= 0"
|
||||
|
||||
BUILD {
|
||||
cd hubbub-0.1.2-HEAD
|
||||
make PREFIX=/boot/common
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd hubbub-0.1.2-HEAD
|
||||
make install PREFIX=/boot/common
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2003 - 2012 The NetSurf Developers"
|
||||
19
net-libs/hubbub/hubbub-0.1.2.bep
Normal file
19
net-libs/hubbub/hubbub-0.1.2.bep
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION="Hubbub is an HTML5 compliant parsing library"
|
||||
HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub/"
|
||||
SRC_URI="http://download.netsurf-browser.org/libs/releases/hubbub-0.1.2-src.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
|
||||
BUILD {
|
||||
cd hubbub-0.1.2
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd hubbub-0.1.2
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="MIT
|
||||
GNU GPL v2"
|
||||
COPYRIGHT="2003 - 2012 The NetSurf Developers"
|
||||
Reference in New Issue
Block a user