wok-next view python-edbus/receipt @ rev 20632

gegl: fix packing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 10:53:56 2018 +0300 (2018-04-27)
parents 4396aed7eb01
children
line source
1 # SliTaz package receipt v2.
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 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.enlightenment.org/"
11 TARBALL="python-e_dbus-$VERSION.tar.bz2"
12 WGET_URL="http://download.enlightenment.org/releases/BINDINGS/python/$TARBALL"
14 BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper \
15 autoconf automake git subversion libtool"
16 SPLIT="python-edbus-dev"
18 compile_rules() {
19 ./autogen.sh &&
20 ./configure &&
21 make $MAKEFLAGS all &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 python-edbus)
28 copy @std
29 DEPENDS="edbus dbus-python dbus-helper"
30 TAGS="e enlightenment python"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="edbus-dev python-dev dbus-python-dev dbus-helper"
35 ;;
36 esac
37 }