2008-10-24 15:22:10 +02:00
|
|
|
# Description: Set of utilities for working with cue files and toc files.
|
|
|
|
# URL: http://developer.berlios.de/projects/cuetools/
|
|
|
|
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
|
|
|
# Packager: Han Boetes, han at mijncomputer dot nl
|
|
|
|
# Depends on:
|
2008-10-27 16:34:29 +01:00
|
|
|
# Nice to have: flac, vorbis-tools
|
2008-10-24 15:22:10 +02:00
|
|
|
|
|
|
|
name=cuetools
|
|
|
|
version=1.3.1
|
2008-10-27 16:34:29 +01:00
|
|
|
release=2
|
2008-10-24 15:22:10 +02:00
|
|
|
source=(http://download.berlios.de/$name/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--disable-nls
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2008-10-27 16:34:29 +01:00
|
|
|
install -D -m 0755 extras/cuetag.sh $PKG/usr/bin/cuetag
|
2008-10-24 15:22:10 +02:00
|
|
|
}
|