diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-10-20 13:50:49 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-10-20 13:50:49 +0000 |
commit | 1a136cf48dd7f710f38ff998182508f5a0d41c35 (patch) | |
tree | 34f285379061ab4346b6dcbdc30b8742cebfa22a /testing/telepathy-glib | |
parent | 6c5c865fa6674610732dd8427bf8f09f3c166299 (diff) |
Thu Oct 20 13:50:46 UTC 2011
Diffstat (limited to 'testing/telepathy-glib')
-rw-r--r-- | testing/telepathy-glib/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/telepathy-glib/PKGBUILD b/testing/telepathy-glib/PKGBUILD deleted file mode 100644 index 7d49f32f9..000000000 --- a/testing/telepathy-glib/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 140454 2011-10-14 19:55:55Z ibiru $ -# Maintainer: Ionut Biru <ibiru@archlinux.org> -# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com -# Contributor: Bjorn Lindeijer <bjorn lindeijer nl> - -pkgname=telepathy-glib -pkgver=0.16.0 -pkgrel=1 -pkgdesc="GLib bindings for the Telepathy D-Bus protocol" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org" -groups=('telepathy') -license=('LGPL2.1') -options=('!libtool' '!emptydirs') -depends=('dbus-glib') -makedepends=('libxslt' 'vala' 'gobject-introspection') -source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('071ed1b34ace45109188df73933609e4') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy \ - --enable-vala-bindings \ - --enable-static=no - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install -} |