wok-next view epour/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents
children a00b398faf9e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="epour"
4 VERSION="0.6.0"
5 CATEGORY="graphics"
6 SHORT_DESC="Enlightenment BitTorrent client"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.enlightenment.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://download.enlightenment.org/rel/apps/epour/$TARBALL"
14 BUILD_DEPENDS="python-distutils-extra intltool libtorrent-rasterbar-dev \
15 efl-dev python-efl dbus-python-dev python-xdg"
17 compile_rules(){
18 ./setup.py install --root=$install
19 }
21 genpkg_rules(){
22 copy @std @ico
23 DEPENDS="python libtorrent-rasterbar efl python-efl dbus-python \
24 python-xdg"
25 TAGS="e enlightenment network"
26 }