# HG changeset patch # User Dominique Corbex # Date 1366737508 -7200 # Node ID a4f4a0f3d94585cb6f93b7301fa1e92fe147604a # Parent d0375daa731f2384234191f376bad918d9a89c55 new: python-edje diff -r d0375daa731f -r a4f4a0f3d945 python-edje/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-edje/receipt Tue Apr 23 19:18:28 2013 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="python-edje" +VERSION="1.7.0" +CATEGORY="base-system" +SHORT_DESC="Python bindings for edje" +MAINTAINER="domcox@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.enlightenment.org/" +WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$PACKAGE.git" +TAGS="e enlightenment efl python" + +DEPENDS="edje python-evas libxml2" +BUILD_DEPENDS="edje-dev python-evas-dev +python-cython autoconf automake git subversion libtool libxml2-dev" + +# 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 +}