diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /extra/telepathy-salut/PKGBUILD |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/telepathy-salut/PKGBUILD')
-rw-r--r-- | extra/telepathy-salut/PKGBUILD | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/telepathy-salut/PKGBUILD b/extra/telepathy-salut/PKGBUILD new file mode 100644 index 000000000..f90d2f1fa --- /dev/null +++ b/extra/telepathy-salut/PKGBUILD @@ -0,0 +1,24 @@ +# $Id: PKGBUILD 94337 2010-10-06 16:43:18Z ibiru $ +# Maintainer: Ionut Biru <ibiru@archlinux.org> +# Contributor: Daniel Balieiro <daniel@balieiro.com> +pkgname=telepathy-salut +pkgver=0.4.0 +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>=0.12.0' 'avahi' 'libsoup') +makedepends=('libxslt' 'python2') +install=telepathy-salut.install +source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) +md5sums=('95f0cf9681912104474b0f4c4d00807f') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy + make + make DESTDIR="${pkgdir}" install +} |