summaryrefslogtreecommitdiff
path: root/libtorrent/Pkgfile
blob: b023a6552ca1f8968f8749e72da7b466e11470e7 (plain)
    1 # Description: torrent library
    2 # URL:         http://libtorrent.rakshasa.no
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  libsigc++ curl
    5 
    6 name=libtorrent
    7 version=0.12.9
    8 release=1
    9 source=(http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr
   14   make
   15   make install DESTDIR=$PKG
   16 }

Generated by cgit