summaryrefslogtreecommitdiff
path: root/community/iat/PKGBUILD
blob: a49400169c4d0830b32f8ce106ea7004066bdb15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $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=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' 'mips64el')
url="http://iat.berlios.de/"
license=('GPL')
depends=('glibc')
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
}

package() {
  cd "$srcdir/$pkgname-$pkgver"
  make DESTDIR="$pkgdir" install
}