[arch-commits] Commit in telepathy-farstream/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:33:15 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:33:15
Author: ibiru
Revision: 139055
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 138832, telepathy-farstream/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
telepathy-farstream/repos/gnome-unstable-x86_64/
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: telepathy-farstream/repos/testing-x86_64/PKGBUILD (from rev 138832, telepathy-farstream/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:33:15 UTC (rev 139055)
@@ -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