Date: Tuesday, December 17, 2013 @ 07:38:09
  Author: bisson
Revision: 201630

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

Added:
  libotr/repos/staging-i686/
  libotr/repos/staging-i686/PKGBUILD
    (from rev 201629, libotr/trunk/PKGBUILD)
  libotr/repos/staging-x86_64/
  libotr/repos/staging-x86_64/PKGBUILD
    (from rev 201629, libotr/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libotr/repos/staging-i686/PKGBUILD (from rev 201629, 
libotr/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2013-12-17 06:38:09 UTC (rev 201630)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+# Contributor: Bug <[email protected]>
+
+pkgname=libotr
+pkgver=4.0.0
+pkgrel=2
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --mandir=/usr/share/man
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Copied: libotr/repos/staging-x86_64/PKGBUILD (from rev 201629, 
libotr/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-12-17 06:38:09 UTC (rev 201630)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+# Contributor: Bug <[email protected]>
+
+pkgname=libotr
+pkgver=4.0.0
+pkgrel=2
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --mandir=/usr/share/man
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to