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

Florin Braescu florin at lunar-linux.org
Mon Jul 12 17:07:04 GMT 2004


Update of /var/cvs/lunar/moonbase/kde3-apps/hk_classes
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26616

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
a database interface lib for KDE.


--- NEW FILE: BUILD ---
(
  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
               --disable-debug                      \
	       --enable-final                       \
               --enable-fast-malloc=full            \
               --with-xinerama                      \
               $OPTS                                &&

  default_make
 
) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends  kdelibs3 &&
depends  Python   &&

optional_depends  "postgresql"  ""  ""  "for PostgreSQL support"  &&
optional_depends  "mysql"       ""  ""  "for MySQL support"       &&
optional_depends  "sqlite"      ""  ""  "for SQLite support" 


--- NEW FILE: DETAILS ---
          MODULE=hk_classes
          VERSION=0.7
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/hk-classes/$SOURCE
     SOURCE_VFY=md5:35c16e935947b0b41b31b8ce5f10d0f1
        WEB_SITE=http://hk-classes.sourceforge.net/
         ENTERED=20040712
         UPDATED=20040712
        MAINTAINER=florin at lunar-linux.org
        SHORT="a database interface lib for KDE."

cat << EOF
hk_classes is a set of non-visual routines which allow you to develop
database frontend applications as easy as possible.

You need also a database driver to run applications. Drivers for
* Mysql,
* PostgreSQL, 
* SQLite, and
* ODBC

are included in this library and will be automatically installed if 
configure finds a working Mysql/PostgreSQL/SQLite/ODBC installation 
on your computer.
EOF



More information about the Lunar-commits mailing list