From af549d0243764531309fa94b1f5cee58982c496a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Sep 2012 00:03:30 +0000 Subject: Thu Sep 6 00:03:29 UTC 2012 --- staging/libotr/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 staging/libotr/PKGBUILD (limited to 'staging/libotr') diff --git a/staging/libotr/PKGBUILD b/staging/libotr/PKGBUILD new file mode 100644 index 000000000..ebc81d058 --- /dev/null +++ b/staging/libotr/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 166024 2012-09-04 14:32:25Z bisson $ +# Maintainer: Gaetan Bisson +# Contributor: Pierre Schmitz +# Contributor: Bug + +pkgname=libotr +pkgver=4.0.0 +pkgrel=1 +pkgdesc='Off-the-Record Messaging Library and Toolkit' +url='http://www.cypherpunks.ca/otr/' +license=('GPL' 'LGPL') +arch=('i686' 'x86_64') +depends=('libgcrypt') +options=('!libtool') +source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz") +sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --mandir=/usr/share/man --disable-static + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf