summaryrefslogtreecommitdiffstats
path: root/extra/deluge/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-05 17:10:28 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-05 17:10:28 +0100
commit24d9607722e229d590eb4c671c535a8eca15ef64 (patch)
treec41f8a4aec957ddbf8f8f84857c7c6404185137d /extra/deluge/Pkgfile
parenta2ffe681426126a4c64ad5b92f850d2804c37645 (diff)
downloadnutyx-pakxe-24d9607722e229d590eb4c671c535a8eca15ef64.tar.gz
nutyx-pakxe-24d9607722e229d590eb4c671c535a8eca15ef64.tar.bz2
nutyx-pakxe-24d9607722e229d590eb4c671c535a8eca15ef64.tar.xz
nutyx-pakxe-24d9607722e229d590eb4c671c535a8eca15ef64.zip
deluge dans ouvert
Diffstat (limited to 'extra/deluge/Pkgfile')
-rw-r--r--extra/deluge/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/deluge/Pkgfile b/extra/deluge/Pkgfile
deleted file mode 100644
index 917016574..000000000
--- a/extra/deluge/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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: pyxdg,setuptools,twisted,twistedweb2,pyopenssl,xdg-utils,gettext,boost,openssl,zlib,libtorrent-rasterbar,python-chardet
-
-
-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
-}
-