From 650d60fc202a0e359c563e780daed98215ea4bd1 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 11 Apr 2012 10:58:03 -0300 Subject: removed useless dirs --- community-testing/yaz/PKGBUILD | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 community-testing/yaz/PKGBUILD (limited to 'community-testing/yaz/PKGBUILD') diff --git a/community-testing/yaz/PKGBUILD b/community-testing/yaz/PKGBUILD deleted file mode 100644 index 30b4a88aa..000000000 --- a/community-testing/yaz/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# $Id: PKGBUILD 69114 2012-04-09 13:50:32Z tdziedzic $ -# Maintainer: Ray Rashif -# Contributor: Andrea Scarpino -# Contributor: Stefan Husmann -# Contributor: William Rea -# Contributor: Robert Emil Berge - -pkgname=yaz -pkgver=4.2.29 -pkgrel=1 -pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers" -arch=('i686' 'x86_64') -license=('BSD') -url="http://www.indexdata.dk/yaz" -depends=('openssl' 'libxslt' 'icu') -options=('!libtool') -source=("http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('584bcf12401f182a42091616c6cf7e0a') - -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" -} - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf