wok-next annotate epour/receipt @ rev 21667

updated fsarchiver (0.6.12 -> 0.8.5)
author Hans-G?nter Theisgen
date Sat Jun 27 16:40:22 2020 +0100 (2020-06-27)
parents 6c80b09ff20e
children
rev   line source
al@20638 1 # SliTaz package receipt v2.
al@20638 2
al@20638 3 PACKAGE="epour"
al@20983 4 VERSION="0.7.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@20983 10 HOST_ARCH="any"
al@20638 11
al@20638 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20638 13 WGET_URL="https://download.enlightenment.org/rel/apps/epour/$TARBALL"
al@20638 14
al@20638 15 BUILD_DEPENDS="python-distutils-extra intltool libtorrent-rasterbar-dev \
al@20976 16 efl-dev python-efl python-dbus-dev python-pyxdg"
al@20638 17
al@20638 18 compile_rules(){
al@21020 19 python -B setup.py install --root=$install
al@20638 20 }
al@20638 21
al@20638 22 genpkg_rules(){
al@20638 23 copy @std @ico
al@20919 24 DEPENDS="python libtorrent-rasterbar efl python-efl python-dbus \
al@20976 25 python-pyxdg"
al@20638 26 TAGS="e enlightenment network"
al@20638 27 }