void-packages/srcpkgs/notify-python/template

23 lines
900 B
Plaintext

# Template file for 'notify-python'
pkgname=notify-python
version=0.1.1
revision=8
patch_args="-Np1"
build_style=gnu-configure
makedepends="pkg-config libnotify-devel gtk+-devel dbus-glib-devel pygtk-devel"
depends="pygtk"
pycompile_module="gtk-2.0/pynotify"
short_desc="Python bindings for libnotify"
homepage="http://www.galago-project.org/"
license="LGPL-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
checksum=8c5ee28017fdc5b110c31cb76503e535e15e0c60b9a1f1e95ff6c018dd806022
long_desc="
libnotify sends desktop notifications to a notification daemon, as defined
in the Desktop Notifications spec. These notifications can be used to
inform the user about an event or display some form of information without
getting in the user's way.
$pkgname provides just the Python bindings for libnotify."