[Lunar-commits] <moonbase-other> dvdrtools: Configure cdrkit compatibility
Peter de Ridder
peter at lunar-linux.org
Sun Oct 6 14:05:53 CEST 2013
commit a0d3d05636c1b262f77edbdc5a5fbc3296be93ce
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Mon, 16 Sep 2013 14:44:22 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a0d3d05636c1b262f77edbdc5a5fbc3296be93ce
dvdrtools: Configure cdrkit compatibility
---
cd/dvdrtools/BUILD | +10/-0
cd/dvdrtools/CONFIGURE | +1/-0
2 files changed, 11 insertions(+)
--- /dev/null
+++ b/cd/dvdrtools/BUILD
@@ -0,0 +1,10 @@
+default_build &&
+
+# cdrkit compatibility:
+if [ "$COMPAT" = y ] ; then
+ ln -sf /usr/bin/mkisofs /usr/bin/genisoimage &&
+ ln -sf /usr/bin/cdda2wav /usr/bin/icedax &&
+ ln -sf /usr/bin/readcd /usr/bin/readom &&
+ ln -sf /usr/bin/dvdrecord /usr/bin/wodim &&
+ ln -sf /usr/bin/dvdrecord /usr/bin/cdrecord
+fi
--- /dev/null
+++ b/cd/dvdrtools/CONFIGURE
@@ -0,0 +1 @@
+mquery COMPAT "Enable compatibility with cdrkit" n
More information about the Lunar-commits
mailing list