summaryrefslogtreecommitdiff
path: root/curl/Pkgfile
blob: 954f9e7abfad362769a0a5ec4e6a2409cdd52bdb (plain)
    1 # Description: A tool for transfering files with URL syntax
    2 # Maintainer:  Johannes Winkelmann, jw at tks6 dot net
    3 # URL:         http://curl.haxx.se 
    4 # Depends:     openssl
    5 
    6 name=curl
    7 version=7.15.3
    8 release=1
    9 source=(http://curl.haxx.se/download/$name-$version.tar.bz2)
   10 
   11 build() {
   12     cd $name-$version
   13     ./configure --prefix=/usr --enable-ipv6
   14     make
   15     make DESTDIR=$PKG install
   16     rm -rf $PKG/usr/info
   17 }

Generated by cgit