Date: Saturday, April 14, 2012 @ 04:32:06 Author: andyrtr Revision: 156113
archrelease: copy trunk to testing-i686, testing-x86_64 Added: libgcrypt/repos/testing-i686/ libgcrypt/repos/testing-i686/PKGBUILD (from rev 156112, libgcrypt/trunk/PKGBUILD) libgcrypt/repos/testing-i686/libgcrypt.install (from rev 156112, libgcrypt/trunk/libgcrypt.install) libgcrypt/repos/testing-x86_64/ libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 156112, libgcrypt/trunk/PKGBUILD) libgcrypt/repos/testing-x86_64/libgcrypt.install (from rev 156112, libgcrypt/trunk/libgcrypt.install) ----------------------------------+ testing-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ testing-i686/libgcrypt.install | 20 ++++++++++++++++++++ testing-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ testing-x86_64/libgcrypt.install | 20 ++++++++++++++++++++ 4 files changed, 110 insertions(+) Copied: libgcrypt/repos/testing-i686/PKGBUILD (from rev 156112, libgcrypt/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-14 08:32:06 UTC (rev 156113) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andreas Radke <andy...@archlinux.org> + +pkgname=libgcrypt +pkgver=1.5.0 +pkgrel=3 +pkgdesc="a general purpose crypto library based on the code used" +arch=(i686 x86_64) +url="http://www.gnupg.org" +license=('LGPL') +depends=('libgpg-error>=1.10-2') +options=('!libtool' '!emptydirs') +install=$pkgname.install +source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2 + #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2 +) +sha1sums=('3e776d44375dc1a710560b98ae8437d5da6e32cf') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr \ + --disable-static \ + --disable-padlock-support #$EXTRAFLAGS + make +} + +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} Copied: libgcrypt/repos/testing-i686/libgcrypt.install (from rev 156112, libgcrypt/trunk/libgcrypt.install) =================================================================== --- testing-i686/libgcrypt.install (rev 0) +++ testing-i686/libgcrypt.install 2012-04-14 08:32:06 UTC (rev 156113) @@ -0,0 +1,20 @@ +infodir=/usr/share/info +filelist=(gcrypt.info.gz gcrypt.info-1.gz) + +post_install() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do + install-info $infodir/$file $infodir/dir 2> /dev/null + done +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do + install-info --delete $infodir/$file $infodir/dir 2> /dev/null + done +} Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 156112, libgcrypt/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-04-14 08:32:06 UTC (rev 156113) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andreas Radke <andy...@archlinux.org> + +pkgname=libgcrypt +pkgver=1.5.0 +pkgrel=3 +pkgdesc="a general purpose crypto library based on the code used" +arch=(i686 x86_64) +url="http://www.gnupg.org" +license=('LGPL') +depends=('libgpg-error>=1.10-2') +options=('!libtool' '!emptydirs') +install=$pkgname.install +source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2 + #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2 +) +sha1sums=('3e776d44375dc1a710560b98ae8437d5da6e32cf') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr \ + --disable-static \ + --disable-padlock-support #$EXTRAFLAGS + make +} + +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} Copied: libgcrypt/repos/testing-x86_64/libgcrypt.install (from rev 156112, libgcrypt/trunk/libgcrypt.install) =================================================================== --- testing-x86_64/libgcrypt.install (rev 0) +++ testing-x86_64/libgcrypt.install 2012-04-14 08:32:06 UTC (rev 156113) @@ -0,0 +1,20 @@ +infodir=/usr/share/info +filelist=(gcrypt.info.gz gcrypt.info-1.gz) + +post_install() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do + install-info $infodir/$file $infodir/dir 2> /dev/null + done +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do + install-info --delete $infodir/$file $infodir/dir 2> /dev/null + done +}