wok-next view epour/receipt @ rev 20852

Fix build: xplc, xournal
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 24 17:58:25 2018 +0300 (2018-06-24)
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 }