# HG changeset patch # User Dominique Corbex # Date 1366730702 -7200 # Node ID 7bbbe4415346d2ed2db7b80192348ad7788defc5 # Parent a459f9016e696380a5cbcbce488193204bf088b9 Add: python-evas diff -r a459f9016e69 -r 7bbbe4415346 python-evas/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-evas/receipt Tue Apr 23 17:25:02 2013 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="python-evas" +VERSION="1.7.0" +CATEGORY="base-system" +SHORT_DESC="Python bindings for evas" +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="evas python" +BUILD_DEPENDS="evas-dev python-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 +}