[arch-commits] Commit in yaz/repos (6 files)

Jelle van der Waa jelle at archlinux.org
Fri Oct 17 15:46:15 UTC 2014


    Date: Friday, October 17, 2014 @ 17:46:15
  Author: jelle
Revision: 120899

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 120897, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
    (from rev 120897, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
    (from rev 120897, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
    (from rev 120897, yaz/trunk/yaz.changelog)

----------------------------------------+
 community-staging-i686/PKGBUILD        |   36 +++++++++++++++++++++++++++++++
 community-staging-i686/yaz.changelog   |   17 ++++++++++++++
 community-staging-x86_64/PKGBUILD      |   36 +++++++++++++++++++++++++++++++
 community-staging-x86_64/yaz.changelog |   17 ++++++++++++++
 4 files changed, 106 insertions(+)

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 120897, yaz/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-10-17 15:46:15 UTC (rev 120899)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Robert Emil Berge <filoktetes at linuxophic.org>
+
+pkgname=yaz
+pkgver=5.1.1
+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=('473fb0c8061cf9f084fa85685879f99bb711df4c336a8be6402fbe6721b0d6ed')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+              --enable-shared=yaz \
+              --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-i686/yaz.changelog (from rev 120897, yaz/trunk/yaz.changelog)
===================================================================
--- community-staging-i686/yaz.changelog	                        (rev 0)
+++ community-staging-i686/yaz.changelog	2014-10-17 15:46:15 UTC (rev 120899)
@@ -0,0 +1,17 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 120897, yaz/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-10-17 15:46:15 UTC (rev 120899)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Robert Emil Berge <filoktetes at linuxophic.org>
+
+pkgname=yaz
+pkgver=5.1.1
+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=('473fb0c8061cf9f084fa85685879f99bb711df4c336a8be6402fbe6721b0d6ed')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+              --enable-shared=yaz \
+              --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-x86_64/yaz.changelog (from rev 120897, yaz/trunk/yaz.changelog)
===================================================================
--- community-staging-x86_64/yaz.changelog	                        (rev 0)
+++ community-staging-x86_64/yaz.changelog	2014-10-17 15:46:15 UTC (rev 120899)
@@ -0,0 +1,17 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 4.2.49-1



More information about the arch-commits mailing list