summaryrefslogtreecommitdiff
path: root/rtorrent/Pkgfile
blob: c770d3d034b3f8ca2e19607038857c3550c8d2e2 (plain)
    1 # Description: bitorrent console client
    2 # URL:         http://libtorrent.rakshasa.no
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  libtorrent libsigc++
    5 
    6 name=rtorrent
    7 version=0.9.3
    8 release=1
    9 source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr --mandir=/usr/man --enable-debug=no
   14   make
   15   make install DESTDIR=$PKG
   16   #install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1
   17 }

Generated by cgit