[arch-commits] Commit in libgpg-error/repos (4 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Apr 14 08:27:34 UTC 2012
Date: Saturday, April 14, 2012 @ 04:27:34
Author: andyrtr
Revision: 156111
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libgpg-error/repos/testing-i686/
libgpg-error/repos/testing-i686/PKGBUILD
(from rev 156110, libgpg-error/trunk/PKGBUILD)
libgpg-error/repos/testing-x86_64/
libgpg-error/repos/testing-x86_64/PKGBUILD
(from rev 156110, libgpg-error/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: libgpg-error/repos/testing-i686/PKGBUILD (from rev 156110, libgpg-error/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-04-14 08:27:34 UTC (rev 156111)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: judd <jvinet at zeroflux.org>
+
+pkgname=libgpg-error
+pkgver=1.10
+pkgrel=2
+pkgdesc="Support library for libgcrypt"
+arch=(i686 x86_64)
+url="http://www.gnupg.org"
+license=('LGPL')
+depends=('glibc' 'sh')
+options=(!libtool)
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+ #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('736a03daa9dc5873047d4eb4a9c22a16')
+
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}/" install
+}
Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 156110, libgpg-error/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-14 08:27:34 UTC (rev 156111)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: judd <jvinet at zeroflux.org>
+
+pkgname=libgpg-error
+pkgver=1.10
+pkgrel=2
+pkgdesc="Support library for libgcrypt"
+arch=(i686 x86_64)
+url="http://www.gnupg.org"
+license=('LGPL')
+depends=('glibc' 'sh')
+options=(!libtool)
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+ #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('736a03daa9dc5873047d4eb4a9c22a16')
+
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}/" install
+}
More information about the arch-commits
mailing list