wok rev 14418

new: python-edbus
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 19:21:08 2013 +0200 (2013-04-23)
parents 1f7de1c9c53a
children 3354ad824f65
files python-edbus/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-edbus/receipt	Tue Apr 23 19:21:08 2013 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-edbus"
     1.7 +VERSION="1.7.0"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="Python bindings for edbus"
    1.10 +MAINTAINER="domcox@slitaz.org"
    1.11 +SOURCE="python-e_dbus"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://www.enlightenment.org/"
    1.14 +WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$SOURCE.git"
    1.15 +TAGS="e enlightenment efl python"
    1.16 +
    1.17 +DEPENDS="edbus dbus-python dbus-helper"
    1.18 +BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper
    1.19 +autoconf automake git subversion libtool"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./autogen.sh &&
    1.25 +	./configure --prefix=/usr &&
    1.26 +    make all && make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/lib
    1.33 +	cp -a $install/usr/lib/python2.7 $fs/usr/lib
    1.34 +}