[Lunar-commits] CVS: moonbase/x11-apps/xmbase_grok BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Auke Kok sofar at lunar-linux.org
Fri Apr 16 09:19:42 GMT 2004


Update of /var/cvs/lunar/moonbase/x11-apps/xmbase_grok
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10585/xmbase_grok

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
Useless tool ;^)


--- NEW FILE: BUILD ---
(

  sedit "s:^/:#include \<errno.h\> /:" src/config.h &&
  sedit "s:/usr/local:${MODULE_PREFIX}:g" src/Makefile &&
  make -C src linux &&
  prepare_install &&
  install -m 755 src/grok ${MODULE_PREFIX}/bin/ &&
  install -m 644 man/grok.1 ${MODULE_PREFIX}/share/man/man1/ &&
  cp -av misc ${MODULE_PREFIX}/share/$MODULE &&
  mkdir -p $DOCUMENT_DIRECTORY/$MODULE/demo &&
  cp -av demo $DOCUMENT_DIRECTORY/$MODULE/demo

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends openMotif

--- NEW FILE: DETAILS ---
          MODULE=xmbase_grok
         VERSION=1.5
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=ftp://grok.ftp.fu-berlin.de/$SOURCE
      SOURCE_VFY=md5:fd7631c0ef566cb8c124b429bbc81423
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
        WEB_SITE=http://www.bitrot.de/grok.html
         ENTERED=20040416
         UPDATED=20040416
           SHORT="A simple database maintenance tool"
cat << EOF
xmbase-grok is a program for displaying and editing strings arranged in a
grid of rows and columns. Each row is presented as a card consisting of
multiple columns, or fields, that allow data entry. The presentation of
the data is programmable; a user interface builder that allows the user
to arrange fields on a card graphically is part of xmbase-grok. xmbase-grok
also supports a simple language that allows sophisticated queries and data
retrieval. xmbase-grok comes with the above examples and a few others as
pre-built applications.
EOF



More information about the Lunar-commits mailing list