# HG changeset patch # User Dominique Corbex # Date 1366734558 -7200 # Node ID 34a30849a6c10d89c79b7b53c0164b97c27eba1b # Parent 7236e57efcf3775a9a53adab217d4ed75c136445 new: python-ecore diff -r 7236e57efcf3 -r 34a30849a6c1 python-ecore/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-ecore/receipt Tue Apr 23 18:29:18 2013 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="python-ecore" +VERSION="1.7.0" +CATEGORY="base-system" +SHORT_DESC="Python bindings for ecore" +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="ecore" +BUILD_DEPENDS="ecore-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 +}