mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Initial .bep file for uriparser.
This commit is contained in:
25
dev-libs/uriparser/uriparser-0.7.5.bep
Normal file
25
dev-libs/uriparser/uriparser-0.7.5.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION="Uriparser is a strictly RFC 3986 compliant URI parsing library in C"
|
||||
HOMEPAGE="http://uriparser.sourceforge.net/"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/uriparser/Sources/0.7.5/uriparser-0.7.5.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="459c2786758929b92bfbd0cee25b5aa0"
|
||||
BUILD {
|
||||
cd uriparser-0.7.5
|
||||
libtoolize --force --copy
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=/boot/common -disable-test --disable-doc
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd uriparser-0.7.5
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2007 Weijia Song
|
||||
2007-2008 Sebastian Pipping"
|
||||
Reference in New Issue
Block a user