summaryrefslogtreecommitdiff
path: root/community-staging
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-15 00:03:54 +0000
committerroot <root@rshg054.dnsready.net>2012-09-15 00:03:54 +0000
commit58bcf29e17b49063f0be13069151b9890cb5c6a6 (patch)
tree93ffa4e6d734fbe0d0f4f47e2451a2bce48ab761 /community-staging
parentc7e751e3633b2e10c0ffcc68e4ce676f725f0843 (diff)
Sat Sep 15 00:03:54 UTC 2012
Diffstat (limited to 'community-staging')
-rw-r--r--community-staging/pidgin-otr/PKGBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/community-staging/pidgin-otr/PKGBUILD b/community-staging/pidgin-otr/PKGBUILD
new file mode 100644
index 000000000..df801a787
--- /dev/null
+++ b/community-staging/pidgin-otr/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 76188 2012-09-13 07:35:32Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Allan McRae <allan@archlinux.org>
+# Contributor: Bug <Bug2000@gmail.com>
+# Contributor: Marcel Wysocki <maci@satgnu.net>
+
+pkgname=pidgin-otr
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Off-the-Record Messaging plugin for Pidgin.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.cypherpunks.ca/otr/'
+depends=('libotr>=4.0.0' 'pidgin' 'perlxml')
+makedepends=('intltool')
+source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('eadb953376acc474e56041d4c12aa2c8'
+ '8c70a2fc6f5f0480f32178742ba96498')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}