[Lunar-commits] <moonbase> sqliteman: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Sep 15 13:02:27 CEST 2010
commit 2247391b3ff282f50eb264f2bdf359bdce84c19f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Sep 15 07:02:27 2010 -0400
sqliteman: Adding to moonbase.
---
qt4-apps/sqliteman/BUILD | 15 +++++++++++++++
qt4-apps/sqliteman/DEPENDS | 2 ++
qt4-apps/sqliteman/DETAILS | 15 +++++++++++++++
3 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/qt4-apps/sqliteman/BUILD b/qt4-apps/sqliteman/BUILD
new file mode 100644
index 0000000..fc0c61e
--- /dev/null
+++ b/qt4-apps/sqliteman/BUILD
@@ -0,0 +1,15 @@
+(
+
+ OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+# A little jiggling of the .desktop so an icon is shown and its devfault placement
+# is not in Lost and Found.
+ sedit "s:Icon=sqliteman:Icon=/usr/share/sqliteman/icons/sqliteman.png:" sqliteman.desktop &&
+ sed -i "11i Categories=Qt;KDE;Development;" sqliteman.desktop &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/sqliteman/DEPENDS b/qt4-apps/sqliteman/DEPENDS
new file mode 100644
index 0000000..19572f8
--- /dev/null
+++ b/qt4-apps/sqliteman/DEPENDS
@@ -0,0 +1,2 @@
+depends sqlite
+depends qscintilla2
diff --git a/qt4-apps/sqliteman/DETAILS b/qt4-apps/sqliteman/DETAILS
new file mode 100644
index 0000000..26a1a35
--- /dev/null
+++ b/qt4-apps/sqliteman/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=sqliteman
+ VERSION=1.2.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION/
+ SOURCE_VFY=sha1:8ca90d44ad0eda9e67bdd675523a8786b8ef3818
+ WEB_SITE=http://sqliteman.com/
+ ENTERED=20100915
+ UPDATED=20100915
+ SHORT="GUI frontend to sqlite"
+
+cat << EOF
+If you are looking for a tool for tuning SQL statements, manage tables, views,
+or triggers, administrate the database space and index statistics then
+Sqliteman is the perfect choice.
+EOF
More information about the Lunar-commits
mailing list