wok-next view python-efl/receipt @ rev 20919

dbus-python -> python-dbus
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 09:09:15 2018 +0300 (2018-08-22)
parents 9b3461bf373c
children c9a7a7b42a86
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-efl"
4 VERSION="1.20.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Python bindings for EFL"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.enlightenment.org/"
10 REPOLOGY="python:efl"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://download.enlightenment.org/rel/bindings/python/$TARBALL"
15 BUILD_DEPENDS="efl-dev python-dbus-dev python-dev"
17 compile_rules() {
18 # note, it required about 1.7 GB RAM on compiling
19 python setup.py build &&
20 python setup.py install --root=$install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="dbus efl python"
26 TAGS="e enlightenment efl python"
27 }