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

Update python (2.7.15)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 13 13:52:56 2018 +0300 (2018-07-13)
parents 4682873d09ff
children a00b398faf9e
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 dbus-python-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 }