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