forked from ports/contrib
cuetools: Added cuetag tool. (Thanks Sergey Myskoff)
This commit is contained in:
parent
c0a30dfaa3
commit
c3e405434c
@ -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
|
||||
|
@ -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
6
cuetools/README
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user