[Lunar-commits] r21791 - moonbase/trunk/utils/acct

Stefan Wold ratler at lunar-linux.org
Sat Oct 14 09:43:19 UTC 2006


Author: ratler
Date: 2006-10-14 09:43:19 +0000 (Sat, 14 Oct 2006)
New Revision: 21791

Added:
   moonbase/trunk/utils/acct/BUILD
Modified:
   moonbase/trunk/utils/acct/DETAILS
Log:
Updated the version. Also made sure that /usr/bin/last is not installed since it is already supplied by sysvinit

Added: moonbase/trunk/utils/acct/BUILD
===================================================================
--- moonbase/trunk/utils/acct/BUILD	                        (rev 0)
+++ moonbase/trunk/utils/acct/BUILD	2006-10-14 09:43:19 UTC (rev 21791)
@@ -0,0 +1,9 @@
+(
+    # Don't install last and last.1 manpage
+    sedit '/^bin_PROGRAMS/ s/last//; /^man_MANS/ s/last.1//' Makefile.am Makefile.in &&
+    ./configure --prefix=/usr \
+                --enable-linux-multiformat &&
+    
+    default_make
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/utils/acct/DETAILS
===================================================================
--- moonbase/trunk/utils/acct/DETAILS	2006-10-14 06:23:53 UTC (rev 21790)
+++ moonbase/trunk/utils/acct/DETAILS	2006-10-14 09:43:19 UTC (rev 21791)
@@ -1,10 +1,11 @@
           MODULE=acct
-         VERSION=6.3.2
+         VERSION=6.3.5-ts02-12
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=ftp://ftp.gnu.org/gnu/$MODULE/
+      SOURCE_VFY=sha1:8fdba38ed54ae355a99727a51ad43832be305219
+      SOURCE_URL=http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/
         WEB_SITE=http://www.gnu.org/software/acct/
          ENTERED=20041117
-         UPDATED=20041117
+         UPDATED=20061014
            SHORT="the GNU Accounting Utils"
 cat << EOF
 The GNU Accounting Utils provide login and process accounting utilities



More information about the Lunar-commits mailing list