From cfba75b8706ed4ffd35997c5e4cf2a441656166d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 4 May 2015 21:48:58 -0400 Subject: update pcr/recutils --- pcr/recutils/PKGBUILD | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) (limited to 'pcr/recutils/PKGBUILD') diff --git a/pcr/recutils/PKGBUILD b/pcr/recutils/PKGBUILD index 4a6952bbd..708e17d6e 100644 --- a/pcr/recutils/PKGBUILD +++ b/pcr/recutils/PKGBUILD @@ -1,43 +1,41 @@ -# Maintainer (Arch): Max Meyer -# Contributor (Arch): Sven Wick -# -# Please fork and send me a pull request for changes to package build file(s) -# Url: https://github.com/maxmeyer/archlinux-recutils -# +# Maintainer: Luke Shumaker +# Maintainer (AUR): Brandon Invergo +# Contributor (AUR): Max Meyer +# Contributor (AUR): Sven Wick pkgname=recutils -pkgver=1.5 -pkgrel=2 -pkgdesc="GNU tools and libraries to access human-editable, text-based databases." -arch=(i686 x86_64 mips64el) +pkgver=1.7 +pkgrel=1 +pkgdesc="A set of tools and libraries to access human-editable, text-based databases" +arch=(i686 x86_64) url="http://www.gnu.org/software/recutils/" license=('GPL3') depends=(libgcrypt curl) -optdepends=("mdbtools: for processing M$ Access databases") -#options=() +makedepends=(make) +checkdepends=(check) +optdepends=( +# 'bash: for shell builtins' # Arch 'bash' does not include the headers + 'mdbtools: for mdb2rec' +) +makedepends+=("${optdepends[@]%%:*}") install=recutils.install -changelog=ChangeLog -source=("http://ftp.gnu.org/gnu/recutils/$pkgname-$pkgver.tar.gz" - "recutils-1.5-glibc-2.16.patch") -sha256sums=('7ed67e74468084f52ad9341e4b11c44e5fd9d5325b93b7eb2cb230c839ff5dec' - '28c169df3573748215a78b78793d45a09aeefc6194cf1185c7c0f11881eb289a') +source=("http://ftpmirror.gnu.org/recutils/$pkgname-$pkgver.tar.gz") +sha256sums=('233dc6dedb1916b887de293454da7e36a74bed9ebea364f7e97e74920051bc31') options=(!libtool) build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i ${srcdir}/recutils-1.5-glibc-2.16.patch ./configure --prefix=/usr make } check() { cd "$srcdir/$pkgname-$pkgver" - make check + make -j1 check } package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install } -- cgit v1.2.3