#Maintainer: Thorsten Muehlfelder pkgname=cuetools pkgver=1.3.1 pkgrel=1tm source=("http://download.berlios.de/cuetools/cuetools-$pkgver.tar.gz") url="http://developer.berlios.de/projects/cuetools/" docs=('AUTHORS' 'ChangeLog' 'COPYING' 'NEWS' 'README' 'TODO') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (work with cue and toc files)" "cuetools is a set of utilities for working with cue files and toc" "files." ) build() { cd $startdir/src/${pkgname}-${pkgver} ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make -j3 || return 1 make DESTDIR=$startdir/pkg/ install || return 1 }