diff options
Diffstat (limited to 'abs/core-testing/pygtk/PKGBUILD')
-rw-r--r-- | abs/core-testing/pygtk/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/core-testing/pygtk/PKGBUILD b/abs/core-testing/pygtk/PKGBUILD deleted file mode 100644 index 242529b..0000000 --- a/abs/core-testing/pygtk/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 29446 2009-03-08 18:03:40Z jgc $ -# Maintainer: Jan de Groot <jgc@archlinux.org> -# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> - -pkgname=pygtk -pkgver=2.14.1 -pkgrel=1 -pkgdesc="Python bindings for the GTK widget set" -arch=(i686 x86_64) -license=('LGPL') -depends=('libglade>=2.6.3' 'pycairo>=1.6.4' 'pygobject>=2.16.0' 'python-numeric>=24.2-2') -options=('!libtool') -url="http://www.pygtk.org/" -source=(http://ftp.gnome.org/pub/gnome/sources/pygtk/2.14/${pkgname}-${pkgver}.tar.bz2) -md5sums=('c27a7d21b87910e80605d9135d220592') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 - install -m644 gtk/gtk-extrafuncs.defs "${pkgdir}/usr/share/pygtk/2.0/defs/" || return 1 -} |