diff options
Diffstat (limited to 'testing/telepathy-farstream/PKGBUILD')
-rw-r--r-- | testing/telepathy-farstream/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/telepathy-farstream/PKGBUILD b/testing/telepathy-farstream/PKGBUILD deleted file mode 100644 index 9c0821374..000000000 --- a/testing/telepathy-farstream/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 169154 2012-10-18 19:22:38Z jgc $ -# Maintainer: Ionut Biru <ibiru@archlinux.org> - -pkgname=telepathy-farstream -pkgver=0.6.0 -pkgrel=1 -pkgdesc="A telepathy-backend to use stream engine." -arch=(i686 x86_64) -url="http://telepathy.freedesktop.org" -license=('LGPL2.1') -depends=('telepathy-glib' 'farstream') -makedepends=('dbus-glib' 'gobject-introspection') -conflicts=('telepathy-farsight') -replaces=('telepathy-farsight') -options=('!libtool') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('d154350f9f1e3bdba87617c0668481a5') - -build() { - cd "$pkgname-$pkgver" - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/telepathy \ - --disable-static - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: |