Date: Wednesday, April 8, 2015 @ 22:34:00 Author: lcarlier Revision: 130970
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: yaz/repos/community-staging-i686/ yaz/repos/community-staging-i686/PKGBUILD (from rev 130969, yaz/trunk/PKGBUILD) yaz/repos/community-staging-i686/yaz.changelog (from rev 130969, yaz/trunk/yaz.changelog) yaz/repos/community-staging-x86_64/ yaz/repos/community-staging-x86_64/PKGBUILD (from rev 130969, yaz/trunk/PKGBUILD) yaz/repos/community-staging-x86_64/yaz.changelog (from rev 130969, yaz/trunk/yaz.changelog) ----------------------------------------+ community-staging-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++ community-staging-i686/yaz.changelog | 23 ++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++ community-staging-x86_64/yaz.changelog | 23 ++++++++++++++++++++ 4 files changed, 116 insertions(+) Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 130969, yaz/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-04-08 20:34:00 UTC (rev 130970) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org> +# Contributor: Ray Rashif <sc...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Stefan Husmann <stefan-husm...@t-online.de> +# Contributor: William Rea <sillywi...@gmail.com> +# Contributor: Robert Emil Berge <filokte...@linuxophic.org> + +pkgname=yaz +pkgver=5.7.2 +pkgrel=2 +pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers" +arch=('i686' 'x86_64') +url="http://www.indexdata.dk/yaz" +license=('BSD') +depends=('openssl' 'libxslt' 'icu') +changelog=$pkgname.changelog +source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz) +sha256sums=('377fabadf79c840042ba59bc4fce69c3f3e80952e5b8f8a2031a65abd5e1e8d3') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + ./configure --prefix=/usr --enable-shared=yaz --with-openssl=/usr + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install + +#License + install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE +} Copied: yaz/repos/community-staging-i686/yaz.changelog (from rev 130969, yaz/trunk/yaz.changelog) =================================================================== --- community-staging-i686/yaz.changelog (rev 0) +++ community-staging-i686/yaz.changelog 2015-04-08 20:34:00 UTC (rev 130970) @@ -0,0 +1,23 @@ +2014-12-30 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.7.2-1 + +2014-10-21 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.4.4-1 + +2014-05-25 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.1.1-1 + +2014-02-06 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.0.12-1 + +2013-10-25 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.0.9-1 + +2013-10-12 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.0.1-1 + +2013-04-20 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 4.2.54-1 + +2013-01-20 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 4.2.49-1 Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 130969, yaz/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-04-08 20:34:00 UTC (rev 130970) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org> +# Contributor: Ray Rashif <sc...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Stefan Husmann <stefan-husm...@t-online.de> +# Contributor: William Rea <sillywi...@gmail.com> +# Contributor: Robert Emil Berge <filokte...@linuxophic.org> + +pkgname=yaz +pkgver=5.7.2 +pkgrel=2 +pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers" +arch=('i686' 'x86_64') +url="http://www.indexdata.dk/yaz" +license=('BSD') +depends=('openssl' 'libxslt' 'icu') +changelog=$pkgname.changelog +source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz) +sha256sums=('377fabadf79c840042ba59bc4fce69c3f3e80952e5b8f8a2031a65abd5e1e8d3') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + ./configure --prefix=/usr --enable-shared=yaz --with-openssl=/usr + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install + +#License + install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE +} Copied: yaz/repos/community-staging-x86_64/yaz.changelog (from rev 130969, yaz/trunk/yaz.changelog) =================================================================== --- community-staging-x86_64/yaz.changelog (rev 0) +++ community-staging-x86_64/yaz.changelog 2015-04-08 20:34:00 UTC (rev 130970) @@ -0,0 +1,23 @@ +2014-12-30 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.7.2-1 + +2014-10-21 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.4.4-1 + +2014-05-25 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.1.1-1 + +2014-02-06 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.0.12-1 + +2013-10-25 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.0.9-1 + +2013-10-12 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 5.0.1-1 + +2013-04-20 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 4.2.54-1 + +2013-01-20 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * yaz 4.2.49-1