cdrkit: added README andsymlinks to cdrecord
This commit is contained in:
parent
0250f9e903
commit
c466613f61
@ -3,6 +3,7 @@ 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/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/isodebug
|
||||
@ -18,6 +19,7 @@ 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/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/list_audio_tracks.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pitchplay.1.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=cdrkit
|
||||
version=1.0pre5
|
||||
release=1
|
||||
release=2
|
||||
source=(http://debburn.alioth.debian.org/cdrkit-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
@ -13,4 +13,8 @@ build () {
|
||||
find . -name "CMakeLists.txt" -exec sed -i 's:share/\(man\):\1:g' {} \;
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr
|
||||
make install
|
||||
|
||||
# Create cdrecord symlinks for compatibility
|
||||
ln -s wodim $PKG/usr/bin/cdrecord
|
||||
ln -s wodim.1 $PKG/usr/man/man1/cdrecord.1
|
||||
}
|
||||
|
10
cdrkit/README
Normal file
10
cdrkit/README
Normal file
@ -0,0 +1,10 @@
|
||||
README for cdrkit 1.x
|
||||
|
||||
REQUIREMENTS
|
||||
|
||||
PRE-INSTALL
|
||||
1. Remove cdrtools. Cdrkit and cdrtools can not coexist.
|
||||
|
||||
POST-INSTALL
|
||||
|
||||
PRECAUTION
|
Loading…
x
Reference in New Issue
Block a user