1 # Maintainer: lolilolicon <lolilolicon_at_gmail_dot_com>
6 pkgdesc="Iso9660 Analyzer Tool detects many types of CD-ROM/DVD images, and converts them to UDF/ISO."
8 url="http://iat.berlios.de"
15 # BerliOS projects' source repos are still available via tarballs or rsync:
16 # http://developer.berlios.de/docman/display_doc.php?docid=2056&group_id=2#git
18 #_gitroot="git://git.berlios.de/iat"
19 _gitroot="git://github.com/lolilolicon/iat.git" # Temp. mirror till iat finds a new home.
23 msg "Connecting to GIT server..."
24 if [[ -d "$srcdir/$pkgname" ]]; then
25 cd "$srcdir/$pkgname" && git pull origin $_gitname
27 git clone $_gitroot "$srcdir/$pkgname"
29 git checkout $_gitname
31 msg "GIT checkout done or server timeout"
34 ./configure --prefix=/usr
40 make DESTDIR="$pkgdir" install