[arch-commits] Commit in telepathy-farstream/repos (3 files)
Jan Steffens
heftig at archlinux.org
Sun Apr 1 11:37:07 UTC 2012
Date: Sunday, April 1, 2012 @ 07:37:07
Author: heftig
Revision: 155262
db-move: moved telepathy-farstream from [gnome-unstable] to [testing] (x86_64)
Added:
telepathy-farstream/repos/testing-x86_64/
telepathy-farstream/repos/testing-x86_64/PKGBUILD
(from rev 155005, telepathy-farstream/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
telepathy-farstream/repos/gnome-unstable-x86_64/
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: telepathy-farstream/repos/testing-x86_64/PKGBUILD (from rev 155005, telepathy-farstream/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:37:07 UTC (rev 155262)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=telepathy-farstream
+pkgver=0.2.3
+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=('libxslt' 'gstreamer0.10-python' 'python2-gobject2')
+conflicts=('telepathy-farsight')
+replaces=('telepathy-farsight')
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('9a5de84f1f4bb4505cc982b4a7fea539')
+
+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:
More information about the arch-commits
mailing list