[arch-commits] Commit in libotr/repos (4 files)
Gaetan Bisson
bisson at archlinux.org
Sun Feb 5 16:55:16 UTC 2012
Date: Sunday, February 5, 2012 @ 11:55:15
Author: bisson
Revision: 149079
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libotr/repos/extra-i686/PKGBUILD
(from rev 149078, libotr/trunk/PKGBUILD)
libotr/repos/extra-x86_64/PKGBUILD
(from rev 149078, libotr/trunk/PKGBUILD)
Deleted:
libotr/repos/extra-i686/PKGBUILD
libotr/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 53 ++++++++++++++++++++++++------------------------
extra-x86_64/PKGBUILD | 53 ++++++++++++++++++++++++------------------------
2 files changed, 54 insertions(+), 52 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-02-05 16:54:43 UTC (rev 149078)
+++ extra-i686/PKGBUILD 2012-02-05 16:55:15 UTC (rev 149079)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Bug <Bug2000 at gmail.com>
-
-pkgname=libotr
-pkgver=3.2.0
-pkgrel=2
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-arch=('i686' 'x86_64')
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-depends=('libgcrypt')
-options=('!libtool')
-source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz")
-md5sums=('faba02e60f64e492838929be2272f839')
-
-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/extra-i686/PKGBUILD (from rev 149078, libotr/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 16:55:15 UTC (rev 149079)
@@ -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=3.2.0
+pkgrel=3
+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=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-02-05 16:54:43 UTC (rev 149078)
+++ extra-x86_64/PKGBUILD 2012-02-05 16:55:15 UTC (rev 149079)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Bug <Bug2000 at gmail.com>
-
-pkgname=libotr
-pkgver=3.2.0
-pkgrel=2
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-arch=('i686' 'x86_64')
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-depends=('libgcrypt')
-options=('!libtool')
-source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz")
-md5sums=('faba02e60f64e492838929be2272f839')
-
-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/extra-x86_64/PKGBUILD (from rev 149078, libotr/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-02-05 16:55:15 UTC (rev 149079)
@@ -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=3.2.0
+pkgrel=3
+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=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
+
+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