From: Marcus Scholz Date: Tue, 8 Sep 2009 14:16:45 +0000 (+0200) Subject: Add details to sqlite package lfs file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dd62337cc38289e8a178d0f8b5290da32932027;p=ipfire-3.x.git Add details to sqlite package lfs file. --- diff --git a/lfs/sqlite b/lfs/sqlite index c72f531af..908b1624c 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -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