# HG changeset patch # User Dominique Corbex # Date 1366737668 -7200 # Node ID d329891ab77cd41da823e9f8f123159a15a3bb8f # Parent 1f7de1c9c53ac218a2f416b777d738854626c0af new: python-edbus diff -r 1f7de1c9c53a -r d329891ab77c python-edbus/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-edbus/receipt Tue Apr 23 19:21:08 2013 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="python-edbus" +VERSION="1.7.0" +CATEGORY="base-system" +SHORT_DESC="Python bindings for edbus" +MAINTAINER="domcox@slitaz.org" +SOURCE="python-e_dbus" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.enlightenment.org/" +WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$SOURCE.git" +TAGS="e enlightenment efl python" + +DEPENDS="edbus dbus-python dbus-helper" +BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper +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 +}