wok-next annotate python-efl/receipt @ rev 20846

mingw32-gcc: fix CFLAGS, CXXFLAGS as it is not recent GCC and it don't understand something
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 13:59:48 2018 +0300 (2018-06-23)
parents
children 9b3461bf373c
rev   line source
al@20638 1 # SliTaz package receipt v2.
al@20638 2
al@20638 3 PACKAGE="python-efl"
al@20638 4 VERSION="1.20.0"
al@20638 5 CATEGORY="base-system"
al@20638 6 SHORT_DESC="Python bindings for EFL"
al@20638 7 MAINTAINER="al.bobylev@gmail.com"
al@20638 8 LICENSE="GPL3 LGPL3"
al@20638 9 WEB_SITE="https://www.enlightenment.org/"
al@20638 10
al@20638 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20638 12 WGET_URL="https://download.enlightenment.org/rel/bindings/python/$TARBALL"
al@20638 13
al@20638 14 BUILD_DEPENDS="efl-dev dbus-python-dev python-dev"
al@20638 15
al@20638 16 compile_rules() {
al@20638 17 # note, it required about 1.7 GB RAM on compiling
al@20638 18 python setup.py build &&
al@20638 19 python setup.py install --root=$install
al@20638 20 }
al@20638 21
al@20638 22 genpkg_rules() {
al@20638 23 copy @std
al@20638 24 DEPENDS="dbus efl python"
al@20638 25 TAGS="e enlightenment efl python"
al@20638 26 }