summaryrefslogtreecommitdiff
path: root/cdrkit
diff options
context:
space:
mode:
authorAntti Nykanen <aon@iki.fi>2008-10-14 13:18:29 +0300
committerAntti Nykanen <aon@iki.fi>2008-10-14 17:43:12 +0300
commit5a8f9f217f6b46b3b4b2daadf0a63151879563c5 (patch)
treea196775e01e2a0a8563bfc59029d49a4b88fed55 /cdrkit
parent08efc99cf47061987c3661d9a98d0fb7566645b3 (diff)
downloadopt-5a8f9f217f6b46b3b4b2daadf0a63151879563c5.tar.gz
opt-5a8f9f217f6b46b3b4b2daadf0a63151879563c5.tar.xz
cdrkit: new port
Diffstat (limited to 'cdrkit')
-rw-r--r--cdrkit/.footprint36
-rw-r--r--cdrkit/.md5sum1
-rw-r--r--cdrkit/Pkgfile16
-rw-r--r--cdrkit/README12
4 files changed, 65 insertions, 0 deletions
diff --git a/cdrkit/.footprint b/cdrkit/.footprint
new file mode 100644
index 000000000..2399d1251
--- /dev/null
+++ b/cdrkit/.footprint
@@ -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
diff --git a/cdrkit/.md5sum b/cdrkit/.md5sum
new file mode 100644
index 000000000..17dc6fe66
--- /dev/null
+++ b/cdrkit/.md5sum
@@ -0,0 +1 @@
+aed780a5b70c7ec021baebe4a6785a6e cdrkit-1.1.7.1.tar.gz
diff --git a/cdrkit/Pkgfile b/cdrkit/Pkgfile
new file mode 100644
index 000000000..455574cc4
--- /dev/null
+++ b/cdrkit/Pkgfile
@@ -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
+}
diff --git a/cdrkit/README b/cdrkit/README
new file mode 100644
index 000000000..2f4d3e250
--- /dev/null
+++ b/cdrkit/README
@@ -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.

Generated by cgit