cdrkit: updated to 1.1.1

This commit is contained in:
Antti Nykanen 2007-01-01 16:56:48 +02:00
parent f66181fc7c
commit 8213887126
3 changed files with 12 additions and 11 deletions

View File

@ -23,21 +23,22 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cdda2ogg.1.gz
lrwxrwxrwx root/root usr/man/man1/cdda2wav.1.gz -> icedax.1.gz
lrwxrwxrwx root/root usr/man/man1/cdrecord.1.gz -> wodim.1.gz
-rw-r--r-- root/root usr/man/man1/devdump.1.gz
-rw-r--r-- root/root usr/man/man1/dirsplit.1.gz
-rw-r--r-- root/root usr/man/man1/genisoimage.1.gz
-rw-r--r-- root/root usr/man/man1/icedax.1.gz
-rw-r--r-- root/root usr/man/man1/isodebug.1.gz
-rw-r--r-- root/root usr/man/man1/isodump.1.gz
-rw-r--r-- root/root usr/man/man1/isoinfo.1.gz
-rw-r--r-- root/root usr/man/man1/isovfy.1.gz
-rw-r--r-- root/root usr/man/man1/list_audio_tracks.1.gz
lrwxrwxrwx root/root usr/man/man1/mkisofs.1.gz -> genisoimage.1.gz
-rw-r--r-- root/root usr/man/man1/pitchplay.1.gz
lrwxrwxrwx root/root usr/man/man1/readcd.1.gz -> readom.1.gz
-rw-r--r-- root/root usr/man/man1/readmult.1.gz
-rw-r--r-- root/root usr/man/man1/readom.1.gz
-rw-r--r-- root/root usr/man/man1/wodim.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/devdump.8.gz
-rw-r--r-- root/root usr/man/man8/genisoimage.8.gz
-rw-r--r-- root/root usr/man/man8/isodebug.8.gz
-rw-r--r-- root/root usr/man/man8/isodump.8.gz
-rw-r--r-- root/root usr/man/man8/isoinfo.8.gz
-rw-r--r-- root/root usr/man/man8/isovfy.8.gz
lrwxrwxrwx root/root usr/man/man8/mkisofs.8.gz -> genisoimage.8.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/genisoimagerc.5.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/netscsid

View File

@ -1 +1 @@
99e0d20aeb2ff7d556db157cdf998e82 cdrkit-1.1.0.tar.gz
937f87c13ce268522c14daa9ba8fdbf0 cdrkit-1.1.1.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: cmake, libcap
name=cdrkit
version=1.1.0
version=1.1.1
release=1
source=(http://cdrkit.org/releases/cdrkit-$version.tar.gz)
@ -22,5 +22,5 @@ build () {
ln -s readom $PKG/usr/bin/readcd
ln -s readom.1 $PKG/usr/man/man1/readcd.1
ln -s genisoimage $PKG/usr/bin/mkisofs
ln -s genisoimage.8 $PKG/usr/man/man8/mkisofs.8
ln -s genisoimage.1 $PKG/usr/man/man1/mkisofs.1
}