cdrkit: new port
This commit is contained in:
parent
08efc99cf4
commit
5a8f9f217f
36
cdrkit/.footprint
Normal file
36
cdrkit/.footprint
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
lrwxrwxrwx root/root usr/bin/cdda2mp3 -> cdda2ogg
|
||||||
|
-rwxr-xr-x root/root usr/bin/cdda2ogg
|
||||||
|
-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/pitchplay
|
||||||
|
-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/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
|
||||||
|
-rw-r--r-- root/root usr/man/man1/pitchplay.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/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
|
1
cdrkit/.md5sum
Normal file
1
cdrkit/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
aed780a5b70c7ec021baebe4a6785a6e cdrkit-1.1.7.1.tar.gz
|
16
cdrkit/Pkgfile
Normal file
16
cdrkit/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Description: A suite of programs for recording CDs and DVDs
|
||||||
|
# URL: http://cdrkit.org/
|
||||||
|
# Maintainer: Antti Nykanen, aon at iki dot fi
|
||||||
|
# Depends on: cmake, libcap
|
||||||
|
|
||||||
|
name=cdrkit
|
||||||
|
version=1.1.7.1
|
||||||
|
release=1
|
||||||
|
source=(http://cdrkit.org/releases/cdrkit-$version.tar.gz)
|
||||||
|
|
||||||
|
build () {
|
||||||
|
cd cdrkit-$version
|
||||||
|
sed -i 's:share/\(man\):\1:' 3rd-party/dirsplit/CMakeLists.txt
|
||||||
|
cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr -DMANSUBDIR=man
|
||||||
|
make install
|
||||||
|
}
|
12
cdrkit/README
Normal file
12
cdrkit/README
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
README for cdrkit 1.x
|
||||||
|
|
||||||
|
REQUIREMENTS
|
||||||
|
|
||||||
|
PRE-INSTALL
|
||||||
|
1. Remove cdrtools. Cdrkit and cdrtools can not coexist.
|
||||||
|
|
||||||
|
POST-INSTALL
|
||||||
|
|
||||||
|
PRECAUTION
|
||||||
|
Since this port doesn't (at least currently) provide any compatibility
|
||||||
|
symlinks, you need to export MKISOFS=genisoimage to use dvd+rw-tools.
|
Loading…
x
Reference in New Issue
Block a user