summaryrefslogtreecommitdiff
path: root/community/yaz
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/yaz
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/yaz')
-rw-r--r--community/yaz/PKGBUILD37
-rw-r--r--community/yaz/yaz.changelog5
2 files changed, 0 insertions, 42 deletions
diff --git a/community/yaz/PKGBUILD b/community/yaz/PKGBUILD
deleted file mode 100644
index 81508b46b..000000000
--- a/community/yaz/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 88599 2013-04-20 16:23:14Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Ray Rashif <schiv@archlinux.org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
-# Contributor: William Rea <sillywilly@gmail.com>
-# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
-
-pkgname=yaz
-pkgver=4.2.54
-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=('a11fb3b7129bec80311f8e27a0717b9bf6d7c56049674bb5477b91e7e98d2087')
-
-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
-}
diff --git a/community/yaz/yaz.changelog b/community/yaz/yaz.changelog
deleted file mode 100644
index 27f48a9c4..000000000
--- a/community/yaz/yaz.changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-2013-04-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * yaz 4.2.54-1
-
-2013-01-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * yaz 4.2.49-1