# $Id: PKGBUILD 4868 2009-11-01 21:39:07Z ibiru $ # Maintainer: Biru Ionut # Contributor: Jeff Mickey pkgname=iat pkgver=0.1.7 pkgrel=2 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' 'mips64el') url="http://iat.berlios.de/" license=('GPL') depends=('glibc') makedepends=() source=(http://download.berlios.de/iat/$pkgname-$pkgver.tar.bz2) build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --includedir=/usr/include/$pkgname make || return 1 make DESTDIR="$pkgdir" install } md5sums=('5e1ffd82000ea4c80ffb2d63ae55120c')