cuetools: New port.

This commit is contained in:
Jose V Beneyto 2008-10-24 15:22:10 +02:00
parent 586f280f03
commit e1a208ac82
3 changed files with 29 additions and 0 deletions

10
cuetools/.footprint Normal file
View File

@ -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

1
cuetools/.md5sum Normal file
View File

@ -0,0 +1 @@
45575f7a1bdc6615599fa6cb49845cca cuetools-1.3.1.tar.gz

18
cuetools/Pkgfile Normal file
View File

@ -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
}