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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Oct 12 09:38:18 UTC 2013


    Date: Saturday, October 12, 2013 @ 11:38:18
  Author: jlichtblau
Revision: 98511

archrelease: copy trunk to community-staging-x86_64

Added:
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
    (from rev 98510, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
    (from rev 98510, yaz/trunk/yaz.changelog)

---------------+
 PKGBUILD      |   37 +++++++++++++++++++++++++++++++++++++
 yaz.changelog |    8 ++++++++
 2 files changed, 45 insertions(+)

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 98510, yaz/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-10-12 09:38:18 UTC (rev 98511)
@@ -0,0 +1,37 @@
+# $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.0.1
+pkgrel=1
+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')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('4792096db2175b8e3553dec5f3762efab9b1b9d0f84acceec0690ddcf7954a11')
+
+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 98510, yaz/trunk/yaz.changelog)
===================================================================
--- community-staging-x86_64/yaz.changelog	                        (rev 0)
+++ community-staging-x86_64/yaz.changelog	2013-10-12 09:38:18 UTC (rev 98511)
@@ -0,0 +1,8 @@
+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