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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:33:14 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:33:14
  Author: ibiru
Revision: 139054

db-move: moved telepathy-farstream from [gnome-unstable] to [testing] (i686)

Added:
  telepathy-farstream/repos/testing-i686/
  telepathy-farstream/repos/testing-i686/PKGBUILD
    (from rev 138832, telepathy-farstream/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  telepathy-farstream/repos/gnome-unstable-i686/

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

Copied: telepathy-farstream/repos/testing-i686/PKGBUILD (from rev 138832, telepathy-farstream/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-09-28 19:33:14 UTC (rev 139054)
@@ -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