wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-efl/receipt	Sat Jun 23 13:59:48 2018 +0300
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="python-efl"
     1.7 +VERSION="1.20.0"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="Python bindings for EFL"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3 LGPL3"
    1.12 +WEB_SITE="https://www.enlightenment.org/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="https://download.enlightenment.org/rel/bindings/python/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="efl-dev dbus-python-dev python-dev"
    1.18 +
    1.19 +compile_rules() {
    1.20 +	# note, it required about 1.7 GB RAM on compiling
    1.21 +	python setup.py build &&
    1.22 +	python setup.py install --root=$install
    1.23 +}
    1.24 +
    1.25 +genpkg_rules() {
    1.26 +	copy @std
    1.27 +	DEPENDS="dbus efl python"
    1.28 +	TAGS="e enlightenment efl python"
    1.29 +}