summaryrefslogtreecommitdiffstats
path: root/curl/Pkgfile
blob: 6cf12b5cccefa8d2216d187999cb3fe66c4bfb83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="A tool for transfering files with URL syntax"
packager=""
maintainer="CRUX System Team, core-ports at crux dot nu"
url="http://curl.haxx.se"
depends=(openssl zlib)

name=curl
version=7.21.2
release=1
source=(http://curl.haxx.se/download/curl-7.21.2.tar.lzma)
build () 
{ 
    cd $name-$version;
    ./configure --prefix=/usr --mandir=/usr/man --enable-ipv6;
    make;
    make DESTDIR=$PKG install
}