wok view python-edbus/receipt @ rev 14534

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