wok annotate python-edbus/receipt @ rev 14428

python-edbus: update TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 24 11:13:41 2013 +0200 (2013-04-24)
parents d329891ab77c
children 5078fdd7dfae
rev   line source
domcox@14418 1 # SliTaz package receipt.
domcox@14418 2
domcox@14418 3 PACKAGE="python-edbus"
domcox@14418 4 VERSION="1.7.0"
domcox@14418 5 CATEGORY="base-system"
domcox@14418 6 SHORT_DESC="Python bindings for edbus"
domcox@14418 7 MAINTAINER="domcox@slitaz.org"
domcox@14418 8 SOURCE="python-e_dbus"
pascal@14428 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
domcox@14418 10 WEB_SITE="http://www.enlightenment.org/"
domcox@14418 11 WGET_URL="git|git://git.enlightenment.org/legacy/bindings/python/$SOURCE.git"
domcox@14418 12 TAGS="e enlightenment efl python"
domcox@14418 13
domcox@14418 14 DEPENDS="edbus dbus-python dbus-helper"
domcox@14418 15 BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper
domcox@14418 16 autoconf automake git subversion libtool"
domcox@14418 17
domcox@14418 18 # Rules to configure and make the package.
domcox@14418 19 compile_rules()
domcox@14418 20 {
domcox@14418 21 ./autogen.sh &&
domcox@14418 22 ./configure --prefix=/usr &&
domcox@14418 23 make all && make install
domcox@14418 24 }
domcox@14418 25
domcox@14418 26 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14418 27 genpkg_rules()
domcox@14418 28 {
domcox@14418 29 mkdir -p $fs/usr/lib
domcox@14418 30 cp -a $install/usr/lib/python2.7 $fs/usr/lib
domcox@14418 31 }