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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents
children 9b3461bf373c
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://download.enlightenment.org/rel/bindings/python/$TARBALL"
14 BUILD_DEPENDS="efl-dev dbus-python-dev python-dev"
16 compile_rules() {
17 # note, it required about 1.7 GB RAM on compiling
18 python setup.py build &&
19 python setup.py install --root=$install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="dbus efl python"
25 TAGS="e enlightenment efl python"
26 }