summaryrefslogtreecommitdiffstats
path: root/extra/rtorrent/Pkgfile
blob: 63f689e743eee312fd9899adc9cf3f69cf9693d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: client BitTorrent en console utilisant ncurses 
# URL: http://libtorrent.rakshasa.no/downloads/
# Maintainer: NuTyX core team
# Packager: skingrapher at legtux dot org
# Depends on: libtorrent, curl
name=rtorrent
version=0.8.5
release=1
source=(http://libtorrent.rakshasa.no/downloads/$name-$version.tar.gz)

build() {
cd $name-$version
	./autogen.sh
        ./configure --prefix=/usr --enable-ipv6
        make
        make DESTDIR=$PKG install
}