diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 03:06:12 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 03:06:12 (GMT) |
commit | 6b7e77bce12e7798366ea2481af2d3a96eef2405 (patch) | |
tree | 113ba4690caef10a9ac1c47f54c167a247c7d547 /abs/extra-testing/pygtk/PKGBUILD | |
parent | cdddc7cc85e934fdfd959648abc64b3bbd49ee9e (diff) | |
download | linhes_pkgbuild-6b7e77bce12e7798366ea2481af2d3a96eef2405.zip linhes_pkgbuild-6b7e77bce12e7798366ea2481af2d3a96eef2405.tar.gz linhes_pkgbuild-6b7e77bce12e7798366ea2481af2d3a96eef2405.tar.bz2 |
Removing duplicate packages
Diffstat (limited to 'abs/extra-testing/pygtk/PKGBUILD')
-rw-r--r-- | abs/extra-testing/pygtk/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/extra-testing/pygtk/PKGBUILD b/abs/extra-testing/pygtk/PKGBUILD deleted file mode 100644 index 3588c76..0000000 --- a/abs/extra-testing/pygtk/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 25979 2009-02-02 01:56:42Z douglas $ -# Maintainer: Jan de Groot <jgc@archlinux.org> -# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> - -pkgname=pygtk -pkgver=2.14.0 -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.15.4' '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) - -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 -} -md5sums=('b5fec3a9493a394d0ba2b8d2b337c4c5') |