[Lunar-commits] CVS: moonbase/devel/gcvs BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Jon South striker at lunar-linux.org
Thu Feb 19 17:59:11 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/gcvs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26907

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
adding gcvs

--- NEW FILE: BUILD ---
(

  # Mad l33t hacks! ./configure passes CFLAGS/CXXFLAGS as command line switches o_O
  # configure dont like that!

  mv cvsunix/configure cvsunix/configure.wrapper	&&
  touch cvsunix/configure				&&
  chmod 755 cvsunix/configure				&&
  cat << EOF > cvsunix/configure			&&
#!/bin/bash

for fnord in \$*; do
  ARGS="\$ARGS\`echo ' '\$fnord| grep -- '^ --'\`"
done

./configure.wrapper \$ARGS

exit $?
EOF

  default_build

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends tcl	&&
depends gtk+

--- NEW FILE: DETAILS ---
          MODULE=gcvs
         VERSION=1.0
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
      SOURCE_URL=$SFORGE_URL/cvsgui/$SOURCE
      SOURCE_VFY=md5:42eff200593eabfbef3a7e9157d76999
        WEB_SITE=http://cvsgui.sourceforge.net/
         ENTERED=20040219
         UPDATED=20040219
      MAINTAINER=striker at lunar-linux.org
           SHORT="A set of GUI front-end for CVS written in C++ and distributed under GNU General Public License (GPL)."
cat << EOF
A set of GUI front-end for CVS written in C++ and distributed under GNU General Public License (GPL).
EOF



More information about the Lunar-commits mailing list