From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/mdf2iso/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/mdf2iso/PKGBUILD (limited to 'community/mdf2iso/PKGBUILD') diff --git a/community/mdf2iso/PKGBUILD b/community/mdf2iso/PKGBUILD new file mode 100644 index 000000000..21370ed35 --- /dev/null +++ b/community/mdf2iso/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 25104 2010-08-30 23:20:53Z lcarlier $ +# Contributor: Jeff Mickey +# Contributer: Henrik Ronellenfitsch +# Maintainer: Daniel J Griffiths + +pkgname=mdf2iso +pkgver=0.3.0 +pkgrel=4 +pkgdesc="Converts Alcohol 120% .mdf files into .iso files" +arch=('i686' 'x86_64') +url="http://mdf2iso.berlios.de" +license=('GPL') +depends=('glibc') +source=(http://download.berlios.de/mdf2iso/${pkgname}-${pkgver}-src.tar.bz2 lfs.patch) +md5sums=('a190625318476a196930ac66acd8fd07' 'a7510b8bc36d468ace80df3ecf55a3a3') + +build() { + cd ${srcdir}/${pkgname} + + patch -p1 < ../lfs.patch + ./configure --prefix=/usr + make || return 1 +} + +package() { + cd ${srcdir}/${pkgname} + + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf