summaryrefslogtreecommitdiffstats
path: root/extra/deluge/Pkgfile
blob: a1a8f2f86555d8178f4a740c9d4ebfa36b6dd3d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: un client bitorrent en c++ comme alternative aux autres client.
# URL:http://deluge-torrent.org/
# Maintainer: NuTyX core team
# Packager: fanch
# Depends on: setuptools, twisted, libtorrent-rasterbar, twistedweb2, xdg-utils, gettext, boost, openssl, zlib, pyopenssl, python2-chardet
# Run on:


name=deluge
version=1.3.1
release=1
source=(http://download.deluge-torrent.org/source/$name-$version.tar.bz2)

build() {
  	cd $SRC/$name-$version

  	python2 setup.py build 
  	python2 setup.py install --prefix=/usr --root=$PKG --optimize=1 

  	install -d -m755 $PKG/srv/deluge 
  	install -D -m644 deluge/data/pixmaps/deluge.svg $PKG/usr/share/pixmaps/deluge.svg 
}