diff options
author | James Meyer <james.meyer@operamail.com> | 2011-11-03 01:39:49 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-11-03 01:39:49 (GMT) |
commit | 3e63877d4a3980245c3b5a1979e3d03c54bf83e1 (patch) | |
tree | 4d5be50d67199d4fbffc4b71f8f3a3e50ed798ee /abs/extra/dbus-python/PKGBUILD | |
parent | a3b7c3179a90e17dbb816bb3fadbbb834481a596 (diff) | |
download | linhes_pkgbuild-3e63877d4a3980245c3b5a1979e3d03c54bf83e1.zip linhes_pkgbuild-3e63877d4a3980245c3b5a1979e3d03c54bf83e1.tar.gz linhes_pkgbuild-3e63877d4a3980245c3b5a1979e3d03c54bf83e1.tar.bz2 |
remove duplicate packages
Diffstat (limited to 'abs/extra/dbus-python/PKGBUILD')
-rw-r--r-- | abs/extra/dbus-python/PKGBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra/dbus-python/PKGBUILD b/abs/extra/dbus-python/PKGBUILD deleted file mode 100644 index b128c48..0000000 --- a/abs/extra/dbus-python/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 87863 2010-08-18 14:30:02Z ibiru $ -# Contributor: Jan de Groot <jgc@archlinux.org> - -pkgname=dbus-python -pkgver=0.83.1 -pkgrel=2 -pkgdesc="Python bindings for DBUS" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL') -url="http://www.freedesktop.org/wiki/Software/DBusBindings" -depends=('dbus-glib>=0.82' 'python2>=2.6') -makedepends=('pkg-config' 'docutils') -options=('!libtool') -source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('5fdf3970aa0c00020289de7ba8f3be18') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make - make DESTDIR="${pkgdir}" install -} |