From 88a98fb58836bba9df4c1afc0927ef08304d630f Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 3 Jan 2011 11:14:48 +0100 Subject: [PATCH] cuetools: removed port --- cuetools/.footprint | 11 ----------- cuetools/.md5sum | 1 - cuetools/Pkgfile | 20 -------------------- cuetools/README | 6 ------ 4 files changed, 38 deletions(-) delete mode 100644 cuetools/.footprint delete mode 100644 cuetools/.md5sum delete mode 100644 cuetools/Pkgfile delete mode 100644 cuetools/README diff --git a/cuetools/.footprint b/cuetools/.footprint deleted file mode 100644 index bd7f4e4b7..000000000 --- a/cuetools/.footprint +++ /dev/null @@ -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 diff --git a/cuetools/.md5sum b/cuetools/.md5sum deleted file mode 100644 index 2beee053e..000000000 --- a/cuetools/.md5sum +++ /dev/null @@ -1 +0,0 @@ -45575f7a1bdc6615599fa6cb49845cca cuetools-1.3.1.tar.gz diff --git a/cuetools/Pkgfile b/cuetools/Pkgfile deleted file mode 100644 index 4e9542a34..000000000 --- a/cuetools/Pkgfile +++ /dev/null @@ -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 -} diff --git a/cuetools/README b/cuetools/README deleted file mode 100644 index f79868a51..000000000 --- a/cuetools/README +++ /dev/null @@ -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.