Date: Tuesday, September 4, 2012 @ 10:32:25
  Author: bisson
Revision: 166024

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

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

-------------------------+
 staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: libotr/repos/staging-i686/PKGBUILD (from rev 166023, 
libotr/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2012-09-04 14:32:25 UTC (rev 166024)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+# Contributor: Bug <[email protected]>
+
+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
+}

Copied: libotr/repos/staging-x86_64/PKGBUILD (from rev 166023, 
libotr/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2012-09-04 14:32:25 UTC (rev 166024)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+# Contributor: Bug <[email protected]>
+
+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
+}

Reply via email to