summaryrefslogtreecommitdiff
path: root/community/iat
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-20 23:03:55 +0000
committerroot <root@rshg047.dnsready.net>2011-06-20 23:03:55 +0000
commitf02c28de0bbcb85e152fc19d0008805021fe1a33 (patch)
tree0cb0a135fbbb06d2e31fe64ff2caad474dcc3813 /community/iat
parent5457eacc747fc3f91e10a1f452230b1feac39eff (diff)
Mon Jun 20 23:03:54 UTC 2011
Diffstat (limited to 'community/iat')
-rw-r--r--community/iat/PKGBUILD18
1 files changed, 11 insertions, 7 deletions
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 <ionut@archlinux.ro>
+# $Id: PKGBUILD 49702 2011-06-19 11:29:43Z andrea $
+# Maintainer:
+# Contributor: Biru Ionut <ionut@archlinux.ro>
# Contributor: Jeff Mickey <jeff@archlinux.org>
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')