
ssh-contact pkgbuild
By: a guest on
Jun 1st, 2011 | syntax:
Bash | size: 0.54 KB | hits: 54 | expires: Never
pkgname=ssh-contact
pkgver=0.6
pkgrel=1
pkgdesc="SSH over Telepathy Tube"
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org/wiki/SSH-Contact"
groups=('telepathy')
license=('LGPL')
options=('!libtool')
depends=('telepathy-glib>=0.14')
makedepends=('intltool')
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('17c1ba45c2f44d2a9c812726fb26f925')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make
make DESTDIR=${pkgdir} install
}