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

Revision 180, 397 bytes (checked in by scottmc, 2 months ago)

Initial checkin of .bep file for curl-7.19.1

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