summaryrefslogtreecommitdiff
path: root/extra/libisoburn
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-11 04:43:21 +0000
committerroot <root@rshg047.dnsready.net>2011-04-11 04:43:21 +0000
commit06c7c4c5ef2c808f288b2a8cd63548a322d66754 (patch)
tree178258b847b80ef8c3f25abc6c5ae2495048b66b /extra/libisoburn
parent8f6922302486fa1cc1112ff8b3daddb48c3260f2 (diff)
Mon Apr 11 04:43:21 UTC 2011
Diffstat (limited to 'extra/libisoburn')
-rw-r--r--extra/libisoburn/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/libisoburn/PKGBUILD b/extra/libisoburn/PKGBUILD
index 2cd7b651f..ce8bce22c 100644
--- a/extra/libisoburn/PKGBUILD
+++ b/extra/libisoburn/PKGBUILD
@@ -1,22 +1,26 @@
-# $Id: PKGBUILD 114284 2011-03-12 07:01:26Z andyrtr $
+# $Id: PKGBUILD 119050 2011-04-10 17:34:53Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Gour <Gour <gour@mail.inet.hr>
pkgname=libisoburn
-pkgver=1.0.4.pl00
+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.4' 'libisofs>=1.0.4' 'readline>=6.1')
+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=('ba21567325bda50f02d406f46c3c8392')
+md5sums=('f4eff76915c08dba533180d618df95a1')
build() {
cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
./configure --prefix=/usr
make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
make DESTDIR=${pkgdir} install
}