mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 02:30:05 +02:00
Initial checkin of .bep file for curl-7.19.1
This commit is contained in:
22
net-misc/curl/curl-7.19.1.bep
Normal file
22
net-misc/curl/curl-7.19.1.bep
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION="curl and libcurl"
|
||||
HOMEPAGE="curl.haxx.se"
|
||||
SRC_URI="http://curl.haxx.se/download/ curl-7.19.1.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_R5="untested"
|
||||
STATUS_BONE="untested"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd curl-7.19.1
|
||||
libtoolize --force --copy
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd curl-7.19.1
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user