[Lunar-commits] CVS: moonbase/net/netdate BUILD, NONE, 1.1 DETAILS, NONE, 1.1 PRE_BUILD, NONE, 1.1

Auke Kok sofar at lunar-linux.org
Tue May 11 21:21:37 GMT 2004


Update of /var/cvs/lunar/moonbase/net/netdate
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10644/netdate

Added Files:
	BUILD DETAILS PRE_BUILD 
Log Message:
Larry, I took the liberty of subscribing you to lunar-commits, hopefully you can use the diff's that get posted here to get around in lunar modules etc. (BTW see small changes I made to the BUILD)


--- NEW FILE: BUILD ---
(

  cd $SOURCE_DIRECTORY  &&
  gcc $CFLAGS -o $MODULE $SOURCE &&
  prepare_install &&
  install -m755 $MODULE /usr/sbin/
  
) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
          MODULE=netdate
         VERSION=3.7
          SOURCE=$MODULE.c
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
      SOURCE_URL=http://home.august.com/~akfullfo/$MODULE/$SOURCE
      SOURCE_VFY=md5:97561cded264cdf25f052b70884d34af
        WEB_SITE=http://home.august.com/~akfullfo/
         ENTERED=20040511
         UPDATED=20040511
           SHORT="An network time client."
cat << EOF
Netdate makes use of the UDP "time" service provided by many Unix
systems to query for the current time, and optionally set it on the
local system.  It is a pauper's alternative to NTP.
EOF


--- NEW FILE: PRE_BUILD ---
mk_source_dir $SOURCE_DIRECTORY &&
mv /var/spool/lunar/$SOURCE $SOURCE_DIRECTORY



More information about the Lunar-commits mailing list