wok-next view dbus-python/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents c3a368c0cddb
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dbus-python"
4 VERSION="1.1.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="D-Bus Python bindings"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://dbus.freedesktop.org/releases/dbus-python/$TARBALL"
14 BUILD_DEPENDS="dbus-dev glib-dev python-dev dbus-glib-dev"
15 SPLIT="dbus-python-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 dbus-python)
27 copy @std
28 DEPENDS="dbus glib python dbus-glib"
29 ;;
30 *-dev)
31 copy @dev
32 ;;
33 esac
34 }