# HG changeset patch # User Dominique Corbex # Date 1366737690 -7200 # Node ID 3354ad824f658509ad85801ccb3767e9997be0af # Parent d329891ab77cd41da823e9f8f123159a15a3bb8f new: python-edbus-dev diff -r d329891ab77c -r 3354ad824f65 python-edbus-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-edbus-dev/receipt Tue Apr 23 19:21:30 2013 +0200 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="python-edbus-dev" +VERSION="1.7.0" +CATEGORY="development" +SHORT_DESC="Python bindings for evas devel files." +MAINTAINER="domcox@slitaz.org" +WANTED="python-edbus" +WEB_SITE="http://www.enlightenment.org/" + +DEPENDS="edbus-dev python-dev dbus-python-dev dbus-helper" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib +# cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib +} +