wok-next view epour/receipt @ rev 20872

perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 04 02:05:23 2018 +0300 (2018-07-04)
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 }