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 --- extra/libisoburn/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 extra/libisoburn/PKGBUILD (limited to 'extra/libisoburn/PKGBUILD') diff --git a/extra/libisoburn/PKGBUILD b/extra/libisoburn/PKGBUILD new file mode 100644 index 000000000..2cd7b651f --- /dev/null +++ b/extra/libisoburn/PKGBUILD @@ -0,0 +1,22 @@ +# $Id: PKGBUILD 114284 2011-03-12 07:01:26Z andyrtr $ +# Maintainer: Andreas Radke +# Contributor: Gour + +pkgname=libisoburn +pkgver=1.0.4.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.4' 'libisofs>=1.0.4' 'readline>=6.1') +options=('!libtool') +source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) +md5sums=('ba21567325bda50f02d406f46c3c8392') + +build() { + cd ${srcdir}/${pkgname}-${pkgver/.pl??/} + ./configure --prefix=/usr + make + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf