[Lunar-commits] CVS: moonbase/games/wtf BUILD, 1.2, 1.3 DETAILS, 1.2, 1.3

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Nov 12 03:30:31 UTC 2004


Update of /var/cvs/lunar/moonbase/games/wtf
In directory espresso.foo-projects.org:/tmp/cvs-serv24153/wtf

Modified Files:
	BUILD DETAILS 
Log Message:
Simplified this module a bit and added the missing long description.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/wtf/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	27 Sep 2004 12:51:48 -0000	1.2
+++ BUILD	12 Nov 2004 03:30:29 -0000	1.3
@@ -1,12 +1,12 @@
 (
 
-  sedit "s/ACRONYMDB\:\-\/usr\/share\/misc\/acronyms/ACRONYMDB\:\-\/usr\/share\/games\/acronyms/" wtf &&
-  prepare_install &&
-  # YMMV but i prefer it this way ^^)
-  mkdir -p /usr/share/games /usr/share/man/man6
+  sedit "s:/usr/share/misc:/usr/share/games:" wtf &&
+  
+  prepare_install               &&
   cat acronyms.comp >> acronyms &&
-  install -m755 wtf /usr/games/ &&
-  install -m0644 acronyms /usr/share/games/ &&
-  install -m0644 wtf.6 /usr/share/man/man6/
+  
+  install -m755 -D wtf /usr/games/wtf                  &&
+  install -m0644 -D acronyms /usr/share/games/acronyms &&
+  install -m0644 -D wtf.6 /usr/share/man/man6/wtf.6
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/wtf/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	5 Oct 2004 09:30:00 -0000	1.2
+++ DETAILS	12 Nov 2004 03:30:29 -0000	1.3
@@ -1,11 +1,13 @@
           MODULE=wtf
          VERSION=20040124
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.mu.org/~mux/wtf/
-      SOURCE_VFY=md5:cb2804fc42706fef284526f5a015c843
+      SOURCE_URL=http://www.mu.org/~mux/$MODULE/
+      SOURCE_VFY=sha1:c3e8b78578557bfe51a6f6013d63aabcb9bbf76a
         WEB_SITE=http://www.mu.org/~mux/
          ENTERED=20040713
          UPDATED=20040713
            SHORT="wtf translates acronyms for you"
+
 cat << EOF
+This application's sole purpose is to be an acronym translator.
 EOF



More information about the Lunar-commits mailing list