wok-next view epour/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 6c80b09ff20e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="epour"
4 VERSION="0.7.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/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://download.enlightenment.org/rel/apps/epour/$TARBALL"
15 BUILD_DEPENDS="python-distutils-extra intltool libtorrent-rasterbar-dev \
16 efl-dev python-efl python-dbus-dev python-pyxdg"
18 compile_rules(){
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules(){
23 copy @std @ico
24 DEPENDS="python libtorrent-rasterbar efl python-efl python-dbus \
25 python-pyxdg"
26 TAGS="e enlightenment network"
27 }