Added notify-python-0.1.1 build template.
--HG-- extra : convert_revision : d921ca1d98d937f86297fb3ff643d11819620af2
This commit is contained in:
parent
bf379a66de
commit
92887d278d
2 changed files with 20 additions and 0 deletions
2
srcpkgs/notify-python/depends
Normal file
2
srcpkgs/notify-python/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.1.1"
|
||||
api_depends="${abi_depends}"
|
18
srcpkgs/notify-python/template
Normal file
18
srcpkgs/notify-python/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
Loading…
Reference in a new issue