summaryrefslogtreecommitdiffstats
path: root/abs/extra/gnome-python/PKGBUILD
blob: d9e004522898178ceade360918590cf8149815da (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
# $Id: PKGBUILD 16730 2008-10-22 02:56:32Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Sarah Hay <sarah@archlinux.org>

pkgname=gnome-python
pkgver=2.22.3
pkgrel=3
pkgdesc="gnome-python is a set of interfaces to gnome-libs."
arch=(i686 x86_64)
license=('LGPL')
depends=('pygtk>=2.13.0' 'pyorbit>=2.24.0' 'libgnomeui>=2.24.0')
makedepends=('pkgconfig')
groups=('gnome')
options=('!libtool')
url="http://www.pygtk.org/"
source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python/2.22/${pkgname}-${pkgver}.tar.bz2)
md5sums=('ab12d94954a57de39b25eb7903d8429c')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  ./waf configure --prefix=/usr || return 1
  ./waf build ${MAKEFLAGS} || return 1
  ./waf install --destdir="${pkgdir}" || return 1
}