[arch-commits] Commit in pidgin-otr/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Dec 25 20:29:51 UTC 2013


    Date: Wednesday, December 25, 2013 @ 21:29:50
  Author: bpiotrowski
Revision: 103050

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pidgin-otr/repos/community-staging-i686/
  pidgin-otr/repos/community-staging-i686/PKGBUILD
    (from rev 103049, pidgin-otr/trunk/PKGBUILD)
  pidgin-otr/repos/community-staging-x86_64/
  pidgin-otr/repos/community-staging-x86_64/PKGBUILD
    (from rev 103049, pidgin-otr/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: pidgin-otr/repos/community-staging-i686/PKGBUILD (from rev 103049, pidgin-otr/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-12-25 20:29:50 UTC (rev 103050)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Bug <Bug2000 at gmail.com>
+# Contributor: Marcel Wysocki <maci at satgnu.net>
+
+pkgname=pidgin-otr
+pkgver=4.0.0
+pkgrel=2
+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
+}

Copied: pidgin-otr/repos/community-staging-x86_64/PKGBUILD (from rev 103049, pidgin-otr/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-12-25 20:29:50 UTC (rev 103050)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Bug <Bug2000 at gmail.com>
+# Contributor: Marcel Wysocki <maci at satgnu.net>
+
+pkgname=pidgin-otr
+pkgver=4.0.0
+pkgrel=2
+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
+}




More information about the arch-commits mailing list