root/haikuports/trunk/net-misc/curl/curl-7.19.1.bep
| Revision 180, 397 bytes (checked in by scottmc, 2 months ago) |
|---|
| Line | |
|---|---|
| 1 | DESCRIPTION="curl and libcurl" |
| 2 | HOMEPAGE="curl.haxx.se" |
| 3 | SRC_URI="http://curl.haxx.se/download/ curl-7.19.1.tar.bz2" |
| 4 | REVISION="1" |
| 5 | STATUS_R5="untested" |
| 6 | STATUS_BONE="untested" |
| 7 | STATUS_HAIKU="stable" |
| 8 | DEPEND="" |
| 9 | BUILD { |
| 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 | |
| 19 | INSTALL { |
| 20 | cd curl-7.19.1 |
| 21 | make install |
| 22 | } |
Note: See TracBrowser
for help on using the browser.
