cuetools: removed port
This commit is contained in:
parent
62a8a30520
commit
88a98fb588
@ -1,11 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
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
|
||||
-rw-r--r-- root/root usr/man/man1/cueconvert.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/cueprint.1.gz
|
@ -1 +0,0 @@
|
||||
45575f7a1bdc6615599fa6cb49845cca cuetools-1.3.1.tar.gz
|
@ -1,20 +0,0 @@
|
||||
# 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:
|
||||
# Nice to have: flac, vorbis-tools
|
||||
|
||||
name=cuetools
|
||||
version=1.3.1
|
||||
release=2
|
||||
source=(http://download.berlios.de/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
install -D -m 0755 extras/cuetag.sh $PKG/usr/bin/cuetag
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
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