From e1a208ac82aa1ada86f395c783504326046a2e58 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 24 Oct 2008 15:22:10 +0200 Subject: [PATCH] cuetools: New port. --- cuetools/.footprint | 10 ++++++++++ cuetools/.md5sum | 1 + cuetools/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 cuetools/.footprint create mode 100644 cuetools/.md5sum create mode 100644 cuetools/Pkgfile diff --git a/cuetools/.footprint b/cuetools/.footprint new file mode 100644 index 000000000..dbda8ea9b --- /dev/null +++ b/cuetools/.footprint @@ -0,0 +1,10 @@ +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 +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 new file mode 100644 index 000000000..2beee053e --- /dev/null +++ b/cuetools/.md5sum @@ -0,0 +1 @@ +45575f7a1bdc6615599fa6cb49845cca cuetools-1.3.1.tar.gz diff --git a/cuetools/Pkgfile b/cuetools/Pkgfile new file mode 100644 index 000000000..87f99333b --- /dev/null +++ b/cuetools/Pkgfile @@ -0,0 +1,18 @@ +# 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: + +name=cuetools +version=1.3.1 +release=1 +source=(http://download.berlios.de/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-nls + make + make DESTDIR=$PKG install +}