forked from ports/contrib
cdrkit: updated to 1.1.0, added more compat symlinks
This commit is contained in:
parent
8c44569aab
commit
90e1d5418a
@ -2,36 +2,42 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/cdda2mp3
|
||||
-rwxr-xr-x root/root usr/bin/cdda2ogg
|
||||
-rwxr-xr-x root/root usr/bin/cdda2wav
|
||||
lrwxrwxrwx root/root usr/bin/cdda2wav -> icedax
|
||||
lrwxrwxrwx root/root usr/bin/cdrecord -> wodim
|
||||
-rwxr-xr-x root/root usr/bin/devdump
|
||||
-rwxr-xr-x root/root usr/bin/dirsplit
|
||||
-rwxr-xr-x root/root usr/bin/genisoimage
|
||||
-rwxr-xr-x root/root usr/bin/icedax
|
||||
-rwxr-xr-x root/root usr/bin/isodebug
|
||||
-rwxr-xr-x root/root usr/bin/isodump
|
||||
-rwxr-xr-x root/root usr/bin/isoinfo
|
||||
-rwxr-xr-x root/root usr/bin/isovfy
|
||||
-rwxr-xr-x root/root usr/bin/mkisofs
|
||||
lrwxrwxrwx root/root usr/bin/mkisofs -> genisoimage
|
||||
-rwxr-xr-x root/root usr/bin/pitchplay
|
||||
-rwxr-xr-x root/root usr/bin/readcd
|
||||
lrwxrwxrwx root/root usr/bin/readcd -> readom
|
||||
-rwxr-xr-x root/root usr/bin/readmult
|
||||
-rwxr-xr-x root/root usr/bin/readom
|
||||
-rwxr-xr-x root/root usr/bin/wodim
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cdda2ogg.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/cdda2wav.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/dirsplit.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/icedax.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/list_audio_tracks.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pitchplay.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/readcd.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
|
||||
-rw-r--r-- root/root usr/man/man8/mkisofs.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/mkisofs.8.gz -> genisoimage.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/rscsi
|
||||
-rwxr-xr-x root/root usr/sbin/netscsid
|
||||
|
@ -1 +1 @@
|
||||
b3aefa50d0c933c2030b465a0b044b78 cdrkit-1.0.tar.gz
|
||||
99e0d20aeb2ff7d556db157cdf998e82 cdrkit-1.1.0.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: cmake, libcap
|
||||
|
||||
name=cdrkit
|
||||
version=1.0
|
||||
version=1.1.0
|
||||
release=1
|
||||
source=(http://cdrkit.org/releases/cdrkit-$version.tar.gz)
|
||||
|
||||
@ -14,7 +14,13 @@ build () {
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr
|
||||
make install
|
||||
|
||||
# Create cdrecord symlinks for compatibility
|
||||
# Create symlinks for cdrtools compatibility
|
||||
ln -s wodim $PKG/usr/bin/cdrecord
|
||||
ln -s wodim.1 $PKG/usr/man/man1/cdrecord.1
|
||||
ln -s icedax $PKG/usr/bin/cdda2wav
|
||||
ln -s icedax.1 $PKG/usr/man/man1/cdda2wav.1
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user