mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
22 lines
733 B
Bash
22 lines
733 B
Bash
# $Id: PKGBUILD 2181 2009-09-10 11:03:31Z ibiru $
|
|
# Maintainer: Biru Ionut <biru.ionut at gmail.com>
|
|
# Contributor: Daniel Balieiro <daniel@balieiro.com>
|
|
pkgname=telepathy-salut
|
|
pkgver=0.3.10
|
|
pkgrel=1
|
|
pkgdesc="A link-local XMPP connection manager for Telepathy"
|
|
arch=('i686' 'x86_64')
|
|
url="http://telepathy.freedesktop.org"
|
|
groups=('telepathy')
|
|
license=('LGPL')
|
|
depends=('telepathy-glib' 'avahi' 'libsoup')
|
|
makedepends=('libxslt')
|
|
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
|
|
|
build() {
|
|
cd $startdir/src/$pkgname-$pkgver
|
|
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
|
|
make || return 1
|
|
make DESTDIR=$startdir/pkg install
|
|
}
|
|
md5sums=('145580837ba7727f7c97bcfbd1b4a71f')
|