[Lunar-commits] r23213 - in moonbase/trunk/cd: . cdrkit
Dennis Veatch
stumbles at lunar-linux.org
Sat Feb 10 13:46:44 CET 2007
Author: stumbles
Date: 2007-02-10 13:46:44 +0100 (Sat, 10 Feb 2007)
New Revision: 23213
Added:
moonbase/trunk/cd/cdrkit/
moonbase/trunk/cd/cdrkit/BUILD
moonbase/trunk/cd/cdrkit/DEPENDS
moonbase/trunk/cd/cdrkit/DETAILS
Log:
Initial import. When k3b comes out of beta/rc it will
be able to make use of cdrkit. So I add it now for later.
Added: moonbase/trunk/cd/cdrkit/BUILD
===================================================================
--- moonbase/trunk/cd/cdrkit/BUILD (rev 0)
+++ moonbase/trunk/cd/cdrkit/BUILD 2007-02-10 12:46:44 UTC (rev 23213)
@@ -0,0 +1,7 @@
+(
+
+ make &&
+ prepare_install &&
+ make install PREFIX=/usr
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/cd/cdrkit/DEPENDS
===================================================================
--- moonbase/trunk/cd/cdrkit/DEPENDS (rev 0)
+++ moonbase/trunk/cd/cdrkit/DEPENDS 2007-02-10 12:46:44 UTC (rev 23213)
@@ -0,0 +1 @@
+depends cmake
Added: moonbase/trunk/cd/cdrkit/DETAILS
===================================================================
--- moonbase/trunk/cd/cdrkit/DETAILS (rev 0)
+++ moonbase/trunk/cd/cdrkit/DETAILS 2007-02-10 12:46:44 UTC (rev 23213)
@@ -0,0 +1,22 @@
+ MODULE=cdrkit
+ VERSION=1.1.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://cdrkit.org/releases/
+ SOURCE_VFY=sha1:b8d8b654d93362ef00574d0585cb8d4467e6c4c7
+ WEB_SITE=http://cdrkit.org/
+ ENTERED=20070210
+ UPDATED=20070210
+ SHORT="CD and DVD media writting tools"
+
+cat << EOF
+Derived from the various programs distributed in the cdrtools suite, cdrkit
+aims to maintain interface compatibility with those tools. The cdrecord
+program has been renamed to wodim ("write optical disk media") so that users
+will not confuse it with the original cdrecord, which is still maintained by
+its author, Jörg Schilling. wodim, and the other programs distributed with
+cdrkit, will retain a user interface compatible with the corresponding
+programs from the cdrtools 2.01.01a08 release, at least for the near future.
+Thus, front-end programs, such as GUI-based CD writer applications, should be
+able to use cdrkit merely by substituting the name "wodim" for the name
+"cdrecord".
+EOF
More information about the Lunar-commits
mailing list