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/libotr |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/libotr')
-rw-r--r-- | extra/libotr/PKGBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/libotr/PKGBUILD b/extra/libotr/PKGBUILD new file mode 100644 index 000000000..2aa1b0147 --- /dev/null +++ b/extra/libotr/PKGBUILD @@ -0,0 +1,22 @@ +# $ Id: $ +# Maintainer: Pierre Schmitz <pierre@archlinux.de> +# Contributor: Bug <Bug2000@gmail.com> + +pkgname=libotr +pkgver=3.2.0 +pkgrel=1 +pkgdesc='Off-the-Record Messaging Library and Toolkit.' +arch=('i686' 'x86_64') +url='http://www.cypherpunks.ca/otr/' +license=('GPL' 'LGPL') +depends=('libgcrypt') +options=('!libtool') +source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz") +md5sums=('faba02e60f64e492838929be2272f839') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr --mandir=/usr/share/man + make || return 1 + make DESTDIR=$pkgdir install +}
\ No newline at end of file |