[arch-commits] Commit in telepathy-farstream/repos (3 files)

Ionut Biru ibiru at archlinux.org
Sat Oct 1 19:01:25 UTC 2011


    Date: Saturday, October 1, 2011 @ 15:01:24
  Author: ibiru
Revision: 139433

db-move: moved telepathy-farstream from [testing] to [extra] (x86_64)

Added:
  telepathy-farstream/repos/extra-x86_64/
  telepathy-farstream/repos/extra-x86_64/PKGBUILD
    (from rev 139207, telepathy-farstream/repos/testing-x86_64/PKGBUILD)
Deleted:
  telepathy-farstream/repos/testing-x86_64/

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: telepathy-farstream/repos/extra-x86_64/PKGBUILD (from rev 139207, telepathy-farstream/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-01 19:01:24 UTC (rev 139433)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=telepathy-farstream
+pkgver=0.1.1
+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' 'farsight2')
+makedepends=('libxslt' 'python2')
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('da9179ee104bfb839cd813f66c23c066')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/telepathy \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list