[arch-commits] Commit in (4 files)

Andrea Scarpino andrea at archlinux.org
Sat Sep 5 18:08:25 UTC 2009


    Date: Saturday, September 5, 2009 @ 14:08:25
  Author: andrea
Revision: 51183

Added:
  python-notify/
  python-notify/repos/
  python-notify/trunk/
  python-notify/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: python-notify/trunk/PKGBUILD
===================================================================
--- python-notify/trunk/PKGBUILD	                        (rev 0)
+++ python-notify/trunk/PKGBUILD	2009-09-05 18:08:25 UTC (rev 51183)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: Mario Danic <mario.danic at gmail.com>
+
+pkgname=python-notify
+pkgver=0.1.1
+pkgrel=6
+pkgdesc="Python bindings for libnotify"
+arch=('i686' 'x86_64')
+url="http://www.galago-project.org/"
+license=('GPL')
+depends=('pygtk>=2.4.1' 'libnotify>=0.4.5')
+makedepends=('pkgconfig' 'python>=2.6.2')
+source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-$pkgver.tar.gz)
+md5sums=('8f0ef0939cc8edd2efd896ce5ba80cf4')
+options=('!libtool')
+
+build() {
+  cd ${srcdir}/notify-python-$pkgver
+  ./configure --prefix=/usr
+  make clean
+  make || return 1
+  make DESTDIR=${pkgdir} install || return 1
+}




More information about the arch-commits mailing list