mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +02:00
* All the packages have changed version
* Cleanup the dependencies to avoid repeating transitive ones
* libxml is not required anymore (libdom replaces it everywhere)
* on the other hand, NetSurf build uses perl html::entities. Added a bep for it.
* Also adjusted the licences. While NetSurf is still GPL/MIT+OpenSSL exception, all the other libs are plain MIT, with various copyright holders.
(cherry picked from commit 9b6e3c28b0)
Conflicts:
dev-libs/libwapcaplet/libwapcaplet-0.2.0-HEAD.bep
dev-util/buildsystem/buildsystem-1.0-HEAD.bep
media-libs/libnsbmp/libnsbmp-0.1.0-HEAD.bep
media-libs/libsvgtiny/libsvgtiny-0.1.0-HEAD.bep
net-libs/libdom/libdom-0.0.1-HEAD.bep
www-client/netsurf/netsurf-3.1-HEAD.bep
20 lines
467 B
Plaintext
20 lines
467 B
Plaintext
DESCRIPTION="LibParserUtils is a library for building efficient parsers"
|
|
HOMEPAGE="http://www.netsurf-browser.org/projects/libparserutils/"
|
|
SRC_URI="git://git.netsurf-browser.org/libparserutils.git"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="dev-util/buildsystem >= 0.0.1"
|
|
|
|
BUILD {
|
|
cd libparserutils-0.1.2-HEAD
|
|
make PREFIX=/boot/common
|
|
}
|
|
|
|
INSTALL {
|
|
cd libparserutils-0.1.2-HEAD
|
|
make install PREFIX=/boot/common
|
|
}
|
|
|
|
LICENSE="MIT"
|
|
COPYRIGHT="2007 - 2013 J-M Bell"
|