root/haikuports/trunk/net-misc/curl/curl-7.18.2.bep

Revision 143, 373 bytes (checked in by scottmc, 3 months ago)

initial checkin of .bep file for curl.

Line 
1DESCRIPTION="curl and libcurl"
2HOMEPAGE="curl.haxx.se"
3SRC_URI="http://curl.haxx.se/download/ curl-7.18.2.tar.bz2"
4REVISION="1"
5STATUS_R5="untested"
6STATUS_BONE="untested"
7STATUS_HAIKU="stable"
8DEPEND=""
9BUILD {
10        cd curl-7.18.2
11        libtoolize --force --copy
12        aclocal
13        automake
14        autoconf
15        ./configure --prefix=/boot/common
16        make
17}
18
19INSTALL {
20        cd curl-7.18.2
21        make install
22}
Note: See TracBrowser for help on using the browser.