# HG changeset patch # User Dominique Corbex # Date 1366833821 -7200 # Node ID 999ef8c8ac869e26a33bfd8e21e08e86ab8c58f9 # Parent 0387d66b218c0916fd7167dddbd8dfbd08fe2c38 Add: python-elementary diff -r 0387d66b218c -r 999ef8c8ac86 python-elementary/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-elementary/receipt Wed Apr 24 22:03:41 2013 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="python-elementary" +VERSION="1.7.0" +CATEGORY="base-system" +SHORT_DESC="Python bindings for elementary" +MAINTAINER="domcox@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.enlightenment.org/" +#http://git.enlightenment.org/legacy/bindings/python/python-elementary.git/commit/?id=008790c46e2075b7e16e8c3a6b49a1cd159c5377 +WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$PACKAGE.git" +TAGS="e enlightenment efl python" + +DEPENDS="elementary python-evas" +BUILD_DEPENDS="elementary-dev python-evas-dev python-cython +autoconf automake git subversion libtool" + +# Rules to configure and make the package. +compile_rules() +{ + ./autogen.sh && + ./configure --prefix=/usr && + make all && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/python2.7 $fs/usr/lib +}