1
0
forked from ports/contrib

cuetools: Added cuetag tool. (Thanks Sergey Myskoff)

This commit is contained in:
Jose V Beneyto 2008-10-27 16:34:29 +01:00
parent c0a30dfaa3
commit c3e405434c
3 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cuebreakpoints
-rwxr-xr-x root/root usr/bin/cueconvert
-rwxr-xr-x root/root usr/bin/cueprint
-rwxr-xr-x root/root usr/bin/cuetag
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cuebreakpoints.1.gz

View File

@ -3,10 +3,11 @@
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on:
# Nice to have: flac, vorbis-tools
name=cuetools
version=1.3.1
release=1
release=2
source=(http://download.berlios.de/$name/$name-$version.tar.gz)
build() {
@ -15,4 +16,5 @@ build() {
--disable-nls
make
make DESTDIR=$PKG install
install -D -m 0755 extras/cuetag.sh $PKG/usr/bin/cuetag
}

6
cuetools/README Normal file
View File

@ -0,0 +1,6 @@
README for cuetools
POST-INSTALL
1. The cuetag tool requires metaflac (flac), and vorbiscomment (vorbis-tools)
to be installed. Otherwise it will just abort with an error messagesaying.