[arch-commits] Commit in libotr/repos (6 files)
Eric Bélanger
eric at archlinux.org
Sun Nov 4 04:49:26 UTC 2012
Date: Sunday, November 4, 2012 @ 00:49:26
Author: eric
Revision: 170174
db-move: moved libotr from [staging] to [testing] (i686, x86_64)
Added:
libotr/repos/testing-i686/
libotr/repos/testing-i686/PKGBUILD
(from rev 170173, libotr/repos/staging-i686/PKGBUILD)
libotr/repos/testing-x86_64/
libotr/repos/testing-x86_64/PKGBUILD
(from rev 170173, libotr/repos/staging-x86_64/PKGBUILD)
Deleted:
libotr/repos/staging-i686/
libotr/repos/staging-x86_64/
-------------------------+
testing-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: libotr/repos/testing-i686/PKGBUILD (from rev 170173, libotr/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-11-04 04:49:26 UTC (rev 170174)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Bug <Bug2000 at gmail.com>
+
+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/testing-x86_64/PKGBUILD (from rev 170173, libotr/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-04 04:49:26 UTC (rev 170174)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Bug <Bug2000 at gmail.com>
+
+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
+}
More information about the arch-commits
mailing list