Rewrap dev-db DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:56 -05:00
parent a404d86ef8
commit 0abe3d112f
5 changed files with 20 additions and 10 deletions

View File

@@ -1,11 +1,10 @@
SUMMARY="An SQL Database Engine in a C Library"
DESCRIPTION="
SQLite is a software library that implements a self-contained,
serverless, zero-configuration, transactional SQL database engine.
SQLite is the most widely deployed SQL database engine in the world.
The source code for SQLite is in the public domain.
"
SQLite is a software library that implements a self-contained, serverless, \
zero-configuration, transactional SQL database engine.
SQLite is the most widely deployed SQL database engine in the world. The \
source code for SQLite is in the public domain.
"
HOMEPAGE="http://www.sqlite.org/"
SRC_URI="http://www.sqlite.org/2013/sqlite-autoconf-3080002.tar.gz"
CHECKSUM_MD5="6d6cc639a4da04fbbdda7b1a1a01b386"