OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Databases
+LICENSE = PublicDomain
CORE = yes
EXTRA = no
DEBUG = no
+BUILD_DEPS =
+DEPS =
+
+URL = http://www.sqlite.org/download.html
+SHORT_DESC = A small an versative Database, that uses simplete text files.
+
+define LONG_DESC
+ SQLite is a in-process library that implements a self-contained, \
+ serverless, zero-configuration, transactional SQL database engine. \
+ The code for SQLite is in the public domain and is thus free for \
+ use for any purpose, commercial or private. SQLite is currently \
+ found in more applications than we can count, including several \
+ high-profile projects.
+endef
###############################################################################
# Top-level Rules