Files
haikuports/dev-libs/uriparser/uriparser-0.7.5.bep
2010-06-19 21:45:23 +00:00

26 lines
606 B
Plaintext

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"