adding .bep file for curl-7.19.5

This commit is contained in:
Scott McCreary
2009-05-20 17:23:34 +00:00
parent a97b7b400f
commit da2a6e2f16

View File

@@ -0,0 +1,22 @@
DESCRIPTION="curl and libcurl"
HOMEPAGE="curl.haxx.se"
SRC_URI="http://curl.haxx.se/download/ curl-7.19.5.tar.bz2"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="untested"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd curl-7.19.5
libtoolize --force --copy
aclocal
automake
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd curl-7.19.5
make install
}