wok-next annotate epour/receipt @ rev 20919

dbus-python -> python-dbus
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 09:09:15 2018 +0300 (2018-08-22)
parents 4682873d09ff
children a3254b6a96ac
rev   line source
al@20638 1 # SliTaz package receipt v2.
al@20638 2
al@20638 3 PACKAGE="epour"
al@20638 4 VERSION="0.6.0"
al@20638 5 CATEGORY="graphics"
al@20638 6 SHORT_DESC="Enlightenment BitTorrent client"
al@20638 7 MAINTAINER="al.bobylev@gmail.com"
al@20638 8 LICENSE="GPL3"
al@20638 9 WEB_SITE="https://www.enlightenment.org/"
al@20638 10
al@20638 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20638 12 WGET_URL="https://download.enlightenment.org/rel/apps/epour/$TARBALL"
al@20638 13
al@20638 14 BUILD_DEPENDS="python-distutils-extra intltool libtorrent-rasterbar-dev \
al@20919 15 efl-dev python-efl python-dbus-dev python-xdg"
al@20638 16
al@20638 17 compile_rules(){
al@20638 18 ./setup.py install --root=$install
al@20638 19 }
al@20638 20
al@20638 21 genpkg_rules(){
al@20638 22 copy @std @ico
al@20919 23 DEPENDS="python libtorrent-rasterbar efl python-efl python-dbus \
al@20638 24 python-xdg"
al@20638 25 TAGS="e enlightenment network"
al@20638 26 }