21 lines
495 B
Plaintext
21 lines
495 B
Plaintext
# Description: set of utilities for working with cue files and toc files.
|
|
# URL: http://developer.berlios.de/projects/cuetools/
|
|
# Maintainer: Han Boetes <han@mijncomputer.nl>
|
|
# Packager: Han Boetes <han@mijncomputer.nl>
|
|
# Depends on:
|
|
|
|
name=cuetools
|
|
version=1.3.1
|
|
release=1
|
|
source="http://download.berlios.de/cuetools/cuetools-$version.tar.gz"
|
|
|
|
build()
|
|
{
|
|
cd $name-$version
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-nls
|
|
make
|
|
make install DESTDIR=$PKG
|
|
}
|