]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Add details to sqlite package lfs file.
authorMarcus Scholz <commander1024@ipfire.org>
Tue, 8 Sep 2009 14:16:45 +0000 (16:16 +0200)
committerMarcus Scholz <commander1024@ipfire.org>
Tue, 8 Sep 2009 14:16:45 +0000 (16:16 +0200)
lfs/sqlite

index c72f531af482de3bd702393d28dbf5452950c418..908b1624c19bf4c712040fc58cd3bb5b63f82131 100644 (file)
@@ -33,9 +33,26 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 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