From f02c28de0bbcb85e152fc19d0008805021fe1a33 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Jun 2011 23:03:55 +0000 Subject: Mon Jun 20 23:03:54 UTC 2011 --- community/iat/PKGBUILD | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'community/iat') diff --git a/community/iat/PKGBUILD b/community/iat/PKGBUILD index 4c5b876dd..1a965d77b 100644 --- a/community/iat/PKGBUILD +++ b/community/iat/PKGBUILD @@ -1,22 +1,26 @@ -# $Id: PKGBUILD 4868 2009-11-01 21:39:07Z ibiru $ -# Maintainer: Biru Ionut +# $Id: PKGBUILD 49702 2011-06-19 11:29:43Z andrea $ +# Maintainer: +# Contributor: Biru Ionut # Contributor: Jeff Mickey pkgname=iat pkgver=0.1.7 -pkgrel=2 +pkgrel=3 pkgdesc="Detects many formats of cd-rom image files (BIN,MDF,PDI,CDI,NRG,B5I) and converts them to ISO-9660" arch=('i686' 'x86_64') url="http://iat.berlios.de/" license=('GPL') depends=('glibc') -makedepends=() -source=(http://download.berlios.de/iat/$pkgname-$pkgver.tar.bz2) +source=("http://download.berlios.de/${pkgname}/$pkgname-$pkgver.tar.bz2") +md5sums=('5e1ffd82000ea4c80ffb2d63ae55120c') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --includedir=/usr/include/$pkgname - make || return 1 + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums=('5e1ffd82000ea4c80ffb2d63ae55120c') -- cgit v1.2.3-54-g00ecf