[Lunar-commits] r19972 - in moonbase/trunk/cd: . vobcopy
Florin Braescu
florin at lunar-linux.org
Sat May 6 10:39:34 UTC 2006
Author: florin
Date: 2006-05-06 10:39:33 +0000 (Sat, 06 May 2006)
New Revision: 19972
Added:
moonbase/trunk/cd/vobcopy/
moonbase/trunk/cd/vobcopy/BUILD
moonbase/trunk/cd/vobcopy/DEPENDS
moonbase/trunk/cd/vobcopy/DETAILS
moonbase/trunk/cd/vobcopy/POST_INSTALL
Log:
a backup app for DVDs.
Added: moonbase/trunk/cd/vobcopy/BUILD
===================================================================
--- moonbase/trunk/cd/vobcopy/BUILD (rev 0)
+++ moonbase/trunk/cd/vobcopy/BUILD 2006-05-06 10:39:33 UTC (rev 19972)
@@ -0,0 +1,7 @@
+(
+
+ sedit "s:-3.4::" Makefile &&
+ sedit "s:/local::" Makefile &&
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/cd/vobcopy/DEPENDS
===================================================================
--- moonbase/trunk/cd/vobcopy/DEPENDS (rev 0)
+++ moonbase/trunk/cd/vobcopy/DEPENDS 2006-05-06 10:39:33 UTC (rev 19972)
@@ -0,0 +1,2 @@
+depends libdvdcss &&
+depends libdvdread
Added: moonbase/trunk/cd/vobcopy/DETAILS
===================================================================
--- moonbase/trunk/cd/vobcopy/DETAILS (rev 0)
+++ moonbase/trunk/cd/vobcopy/DETAILS 2006-05-06 10:39:33 UTC (rev 19972)
@@ -0,0 +1,14 @@
+ MODULE=vobcopy
+ VERSION=1.0.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://vobcopy.org/download/
+ SOURCE_VFY=sha1:ddd9c502249aef6b68ce73a7a081da5dcabc4699
+ WEB_SITE=http://vobcopy.org/
+ ENTERED=20060506
+ UPDATED=20060506
+ SHORT="vobcopy is a tool for making a backup copy of DVDs"
+
+cat << EOF
+Vobcopy is a tool for making unencrypted copies of DVDs on your
+harddrive.
+EOF
Added: moonbase/trunk/cd/vobcopy/POST_INSTALL
===================================================================
--- moonbase/trunk/cd/vobcopy/POST_INSTALL (rev 0)
+++ moonbase/trunk/cd/vobcopy/POST_INSTALL 2006-05-06 10:39:33 UTC (rev 19972)
@@ -0,0 +1,26 @@
+# Disclaimer...
+echo -e "\033[1m!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\033[0m"
+echo -e "\033[1m!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\033[0m"
+echo -e ""
+echo -e " \033[1mNOTICE:\033[0m"
+echo -e ""
+echo -e " This module is \033[1mNOT\033[0m supported by the Lunar-Linux developer team and will \033[1mNOT\033[0m"
+echo -e " respond to support requests for any of these modules."
+echo -e ""
+echo -e " For questions/comments/bug reporting, please visit the Non-Free Modules website:"
+echo -e " \033[1mhttp://lunar-linux.interhact.net/\033[0m"
+echo -e ""
+echo -e "\033[1m!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\033[0m"
+echo -e "\033[1m!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\033[0m"
+echo -e ""
+echo -e " This library is distributed in the hope that it will be useful,"
+echo -e " but WITHOUT ANY WARRANTY; without even the implied warranty of"
+echo -e " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU"
+echo -e " Lesser General Public License for more details."
+echo -e ""
+echo -e " For complete license please see:"
+echo -e " http://lunar-linux.interhact.net/staticpages/index.php?page=License"
+echo -e ""
+echo -e "\033[1m!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\033[0m"
+echo -e "\033[1m!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\033[0m"
+
More information about the Lunar-commits
mailing list