summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-notify/PKGBUILD
blob: 47c25e5187fce2ba6e47534535737ec979b3bd81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: Mario Danic <mario.danic@gmail.com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>

pkgname=python-notify
pkgver=0.1.1
pkgrel=8
pkgdesc="Python bindings for libnotify"
arch=('i686' 'x86_64')
url="http://www.galago-project.org/"
license=('GPL')
depends=('pygtk>=2.22.0' 'libnotify>=0.4.5')
makedepends=('pkgconfig' 'python2')
options=(!libtool)
source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-${pkgver}.tar.gz)
md5sums=('8f0ef0939cc8edd2efd896ce5ba80cf4')

build() {
    cd ${srcdir}/notify-python-${pkgver}
    ./configure --prefix=/usr
    make clean
    make
}

package() {
    cd ${srcdir}/notify-python-${pkgver}
    make DESTDIR=${pkgdir} install
}