From 92887d278d6d6d42286d1e4942e49a5a211417f3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 30 Nov 2009 23:54:15 +0100 Subject: [PATCH] Added notify-python-0.1.1 build template. --HG-- extra : convert_revision : d921ca1d98d937f86297fb3ff643d11819620af2 --- srcpkgs/notify-python/depends | 2 ++ srcpkgs/notify-python/template | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 srcpkgs/notify-python/depends create mode 100644 srcpkgs/notify-python/template diff --git a/srcpkgs/notify-python/depends b/srcpkgs/notify-python/depends new file mode 100644 index 00000000000..56fb9e056a7 --- /dev/null +++ b/srcpkgs/notify-python/depends @@ -0,0 +1,2 @@ +abi_depends=">=0.1.1" +api_depends="${abi_depends}" diff --git a/srcpkgs/notify-python/template b/srcpkgs/notify-python/template new file mode 100644 index 00000000000..6e1f9462d41 --- /dev/null +++ b/srcpkgs/notify-python/template @@ -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 " +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