void-packages/srcpkgs/deluge/template
2016-07-29 08:10:13 +02:00

23 lines
712 B
Bash

# Template file for 'deluge'
pkgname=deluge
version=1.3.13
revision=1
noarch=yes
build_style=python-module
system_accounts="deluge delugeweb"
pycompile_module="deluge"
hostmakedepends="intltool python-setuptools"
makedepends="python-setuptools"
depends="pygtk python-setuptools python-chardet python-xdg Twisted libtorrent-rasterbar-python xdg-utils"
short_desc="BitTorrent client written in Python/PyGTK"
maintainer="Alexey Rochev <equeim@gmail.com>"
homepage="http://deluge-torrent.org/"
license="GPL-3"
distfiles="http://download.deluge-torrent.org/source/${pkgname}-${version}.tar.gz"
checksum=a3717f202e90f548cfcd233a94ca7df3656f58d75e6db0eb17b90d588c814a05
post_install() {
vsv deluged
vsv deluge-web
}