[arch-commits] Commit in telepathy-farstream/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Sat Oct 1 19:01:23 UTC 2011
Date: Saturday, October 1, 2011 @ 15:01:22
Author: ibiru
Revision: 139432
db-move: moved telepathy-farstream from [testing] to [extra] (i686)
Added:
telepathy-farstream/repos/extra-i686/
telepathy-farstream/repos/extra-i686/PKGBUILD
(from rev 139207, telepathy-farstream/repos/testing-i686/PKGBUILD)
Deleted:
telepathy-farstream/repos/testing-i686/
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: telepathy-farstream/repos/extra-i686/PKGBUILD (from rev 139207, telepathy-farstream/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 19:01:22 UTC (rev 139432)
@@ -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