Date: Monday, March 25, 2013 @ 05:38:32
  Author: foutrelis
Revision: 86943

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

----------------------------------------+
 community-staging-i686/PKGBUILD        |   37 +++++++++++++++++++++++++++++++
 community-staging-i686/yaz.changelog   |    2 +
 community-staging-x86_64/PKGBUILD      |   37 +++++++++++++++++++++++++++++++
 community-staging-x86_64/yaz.changelog |    2 +
 4 files changed, 78 insertions(+)

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 86942, 
yaz/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-03-25 04:38:32 UTC (rev 86943)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Ray Rashif <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: William Rea <[email protected]>
+# Contributor: Robert Emil Berge <[email protected]>
+
+pkgname=yaz
+pkgver=4.2.49
+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')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b4dd27100fdf18219a0e1fde53eaf385e426db6795ab4fbb4a01796d4c9056a1')
+
+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 86942, 
yaz/trunk/yaz.changelog)
===================================================================
--- community-staging-i686/yaz.changelog                                (rev 0)
+++ community-staging-i686/yaz.changelog        2013-03-25 04:38:32 UTC (rev 
86943)
@@ -0,0 +1,2 @@
+2013-01-20 Jaroslav Lichtblau <[email protected]>
+       * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 86942, 
yaz/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-25 04:38:32 UTC (rev 86943)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Ray Rashif <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: William Rea <[email protected]>
+# Contributor: Robert Emil Berge <[email protected]>
+
+pkgname=yaz
+pkgver=4.2.49
+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')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b4dd27100fdf18219a0e1fde53eaf385e426db6795ab4fbb4a01796d4c9056a1')
+
+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 86942, 
yaz/trunk/yaz.changelog)
===================================================================
--- community-staging-x86_64/yaz.changelog                              (rev 0)
+++ community-staging-x86_64/yaz.changelog      2013-03-25 04:38:32 UTC (rev 
86943)
@@ -0,0 +1,2 @@
+2013-01-20 Jaroslav Lichtblau <[email protected]>
+       * yaz 4.2.49-1

Reply via email to