summaryrefslogtreecommitdiff
path: root/transmission/Pkgfile
blob: c2dfc5bc8423c4900c2050fd65cd0373084642f1 (plain)
    1 # Description: BitTorrent client/daemon with command-line and web user interface
    2 # URL:         http://transmission.m0k.org/
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  curl libevent
    5 
    6 name=transmission
    7 version=2.31
    8 release=1
    9 source=(http://download.m0k.org/$name/files/$name-$version.tar.xz)
   10 
   11 build() {
   12     cd $name-$version
   13 
   14     ./configure --prefix=/usr \
   15                 --mandir=/usr/man \
   16                 --disable-nls \
   17                 --disable-gtk \
   18                 --enable-cli \
   19                 --enable-daemon
   20     make
   21     make DESTDIR=$PKG install
   22 
   23     rm $PKG/usr/share/transmission/web/LICENSE
   24 }

Generated by cgit