diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/iat/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/iat/PKGBUILD')
-rw-r--r-- | community/iat/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/iat/PKGBUILD b/community/iat/PKGBUILD deleted file mode 100644 index c458937fa..000000000 --- a/community/iat/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 59656 2011-11-29 08:40:05Z arodseth $ -# Maintainer: Alexander Rødseth -# Contributor: Biru Ionut <ionut@archlinux.ro> -# Contributor: Jeff Mickey <jeff@archlinux.org> -pkgname=iat -pkgver=0.1.7 -pkgrel=4 -pkgdesc="Detects and converts DVD/CD images from BIN/MDF/PDI/CDI/NRG/B5I to ISO-9660" -arch=('x86_64' 'i686') -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 -} - -# vim:set ts=2 sw=2 et: |