From 32b05a621cb20af1bd4b7cd6f5609b7512bb20f1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Feb 2012 03:34:34 +0000 Subject: Wed Feb 29 03:34:34 UTC 2012 --- community/libmirage/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'community/libmirage') diff --git a/community/libmirage/PKGBUILD b/community/libmirage/PKGBUILD index b0d1ba02b..0238a6320 100644 --- a/community/libmirage/PKGBUILD +++ b/community/libmirage/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 56986 2011-10-17 16:29:39Z bpiotrowski $ +# $Id: PKGBUILD 66729 2012-02-27 20:41:55Z heftig $ # Maintainer: Mateusz Herych # Contributor: Charles Lindsay pkgname=libmirage -pkgver=1.4.0 +pkgver=1.5.0 pkgrel=1 pkgdesc="CD-ROM image (B6T/CCD/CDI/CUE/ISO/MDS/NRG/TOC) access library" arch=('i686' 'x86_64') url="http://cdemu.sourceforge.net/" license=('GPL') -depends=('glib2' 'libsndfile') -makedepends=('bison' 'flex') -source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz) +depends=('glib2' 'libsndfile' 'zlib') +makedepends=('bison' 'flex' 'gtk-doc') +source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2) options=(!libtool) -md5sums=('cd6cc75e1b76a0ef72821b30168c94d9') +md5sums=('b60d9baa754efee6e0f6a584ec033fff') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make } -- cgit v1.2.3-54-g00ecf