2009-11-30 14:34:58 +01:00
|
|
|
# Template file for 'dbus-python'
|
|
|
|
pkgname=dbus-python
|
2011-10-25 15:59:23 +02:00
|
|
|
version=0.84.0
|
|
|
|
homepage="http://www.freedesktop.org/wiki/Software/DBusBindings"
|
2009-11-30 14:34:58 +01:00
|
|
|
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2009-11-30 14:34:58 +01:00
|
|
|
short_desc="D-Bus Python bindings"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-25 15:59:23 +02:00
|
|
|
license="GPL-2, LGPL-2.1"
|
|
|
|
checksum=b85bc7aaf1a976627ca461b1ca7b0c4ddddff709f52fe44c9b2d1d7d8fac5906
|
2009-11-30 14:34:58 +01:00
|
|
|
long_desc="
|
|
|
|
This package provides Python bindings for D-BUS."
|
|
|
|
|
2011-10-05 16:42:03 +02:00
|
|
|
pycompile_module="dbus"
|
|
|
|
|
2010-01-11 20:30:55 +01:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run glib
|
|
|
|
Add_dependency run dbus-libs
|
|
|
|
Add_dependency run dbus-glib
|
2011-07-03 01:11:18 +02:00
|
|
|
Add_dependency run python
|
2011-10-25 15:59:23 +02:00
|
|
|
|
2011-07-03 01:11:18 +02:00
|
|
|
Add_dependency build dbus-glib-devel
|
|
|
|
Add_dependency build python-devel
|
2011-10-25 15:59:23 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
|
|
}
|