Date: Wednesday, December 25, 2013 @ 14:01:03
  Author: jlichtblau
Revision: 102995

archrelease: copy trunk to community-staging-i686

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

---------------+
 PKGBUILD      |   36 ++++++++++++++++++++++++++++++++++++
 yaz.changelog |   11 +++++++++++
 2 files changed, 47 insertions(+)

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 102994, 
yaz/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-12-25 13:01:03 UTC (rev 102995)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonl...@aur.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.0.9
+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')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('bf84f42cd442564bb911e869033c876c7ff561e203ae35504b8ca64f8575a8eb')
+
+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 102994, 
yaz/trunk/yaz.changelog)
===================================================================
--- community-staging-i686/yaz.changelog                                (rev 0)
+++ community-staging-i686/yaz.changelog        2013-12-25 13:01:03 UTC (rev 
102995)
@@ -0,0 +1,11 @@
+2013-10-25 Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+       * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+       * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+       * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+       * yaz 4.2.49-1

Reply via email to