core/curl/Pkgfile

18 lines
414 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A tool for transfering files with URL syntax
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
# URL: http://curl.haxx.se
# Depends: openssl
name=curl
2006-03-20 10:03:05 +01:00
version=7.15.3
2006-02-23 16:26:10 +01:00
release=1
source=(http://curl.haxx.se/download/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --enable-ipv6
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}