[Lunar-commits] r21721 - in moonbase/trunk: kde3/apps/hk_classes sql sql/xbsql
Dennis Veatch
stumbles at lunar-linux.org
Mon Oct 9 16:41:40 UTC 2006
Author: stumbles
Date: 2006-10-09 16:41:40 +0000 (Mon, 09 Oct 2006)
New Revision: 21721
Added:
moonbase/trunk/sql/xbsql/
moonbase/trunk/sql/xbsql/BUILD
moonbase/trunk/sql/xbsql/DEPENDS
moonbase/trunk/sql/xbsql/DETAILS
Modified:
moonbase/trunk/kde3/apps/hk_classes/DEPENDS
Log:
Initial import of xbsql and add it as an optional depends
for hk_classes. Allows knoda to open/manipulate dbase.
I wasn't crazy about the needed symlink for ncurses but well
there ya go for the reason noted in xbsql BUILD.
Modified: moonbase/trunk/kde3/apps/hk_classes/DEPENDS
===================================================================
--- moonbase/trunk/kde3/apps/hk_classes/DEPENDS 2006-10-09 13:45:30 UTC (rev 21720)
+++ moonbase/trunk/kde3/apps/hk_classes/DEPENDS 2006-10-09 16:41:40 UTC (rev 21721)
@@ -3,5 +3,5 @@
optional_depends "postgresql" "" "" "for PostgreSQL support" &&
optional_depends "mysql" "" "" "for MySQL support" &&
-optional_depends "sqlite" "" "" "for SQLite support"
-
+optional_depends "sqlite" "" "" "for SQLite support" &&
+optional_depends "xbase" "" "" "for dbase support"
Added: moonbase/trunk/sql/xbsql/BUILD
===================================================================
--- moonbase/trunk/sql/xbsql/BUILD (rev 0)
+++ moonbase/trunk/sql/xbsql/BUILD 2006-10-09 16:41:40 UTC (rev 21721)
@@ -0,0 +1,8 @@
+(
+
+# the configure only checks in /usr/lib so this is needed
+ ln -sf /lib/libncurses.so /usr/lib/libncurses.so &&
+
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/sql/xbsql/DEPENDS
===================================================================
--- moonbase/trunk/sql/xbsql/DEPENDS (rev 0)
+++ moonbase/trunk/sql/xbsql/DEPENDS 2006-10-09 16:41:40 UTC (rev 21721)
@@ -0,0 +1 @@
+depends ncurses
Added: moonbase/trunk/sql/xbsql/DETAILS
===================================================================
--- moonbase/trunk/sql/xbsql/DETAILS (rev 0)
+++ moonbase/trunk/sql/xbsql/DETAILS 2006-10-09 16:41:40 UTC (rev 21721)
@@ -0,0 +1,14 @@
+ MODULE=xbsql
+ VERSION=0.13
+ SOURCE=$MODULE-hk\_classes-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/hk-classes
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-hk\_classes-$VERSION
+ SOURCE_VFY=sha1:fec908b53f0cbf3839ae936684f5c3092c4c802f
+ WEB_SITE="http://hk-classes.sourceforge.net/tiki-page.php?pageName=Description"
+ ENTERED=20061009
+ UPDATED=20061009
+ SHORT="add SQL support for XBASE"
+
+cat << EOF
+XBSQL is needed to add SQL support for XBASE.
+EOF
More information about the Lunar-commits
mailing list