summaryrefslogtreecommitdiff
path: root/rtorrent/Pkgfile
blob: c289b15f08485a348ab49f1a183e8980503c228a (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
    5 
    6 name=rtorrent
    7 version=0.8.8
    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
   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