19 lines
736 B
Plaintext
19 lines
736 B
Plaintext
|
# Template file for 'notify-python'
|
||
|
pkgname=notify-python
|
||
|
version=0.1.1
|
||
|
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
|
||
|
build_style=gnu_configure
|
||
|
short_desc="Python bindings for libnotify"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
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."
|
||
|
|
||
|
Add_dependency full python
|
||
|
Add_dependency full libnotify
|