# $Id: PKGBUILD 119050 2011-04-10 17:34:53Z andyrtr $ # Maintainer: Andreas Radke # Contributor: Gour pkgname=libisoburn pkgver=1.0.6.pl00 pkgrel=1 pkgdesc="frontend for libraries libburn and libisofs" url="http://libburnia.pykix.org/wiki/Libisoburn" arch=('i686' 'x86_64') license=('GPL2') depends=('libburn>=1.0.6' 'libisofs>=1.0.6' 'readline>=6.1') options=('!libtool') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) md5sums=('f4eff76915c08dba533180d618df95a1') build() { cd ${srcdir}/${pkgname}-${pkgver/.pl??/} ./configure --prefix=/usr make } package() { cd ${srcdir}/${pkgname}-${pkgver/.pl??/} make DESTDIR=${pkgdir} install }