diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-04 13:49:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-04 13:49:14 +0000 |
commit | 6c0eacad74056fad5a269621c291f68eb32ee81d (patch) | |
tree | 53949ac36cb4f4a1dae498926bd5aa559cc9f35b /openwrt/package/sqlite2/ipkg | |
parent | 518fab9488b667c6ddb9e97558450ee855ab1059 (diff) | |
download | mtk-20170518-6c0eacad74056fad5a269621c291f68eb32ee81d.zip mtk-20170518-6c0eacad74056fad5a269621c291f68eb32ee81d.tar.gz mtk-20170518-6c0eacad74056fad5a269621c291f68eb32ee81d.tar.bz2 |
Add sqlite2 package
SVN-Revision: 1332
Diffstat (limited to 'openwrt/package/sqlite2/ipkg')
-rw-r--r-- | openwrt/package/sqlite2/ipkg/libsqlite2.control | 6 | ||||
-rw-r--r-- | openwrt/package/sqlite2/ipkg/sqlite2-cli.control | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/sqlite2/ipkg/libsqlite2.control b/openwrt/package/sqlite2/ipkg/libsqlite2.control new file mode 100644 index 0000000..9bdb2d9 --- /dev/null +++ b/openwrt/package/sqlite2/ipkg/libsqlite2.control @@ -0,0 +1,6 @@ +Package: libsqlite2 +Priority: optional +Section: libs +Maintainer: Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/sqlite2/ +Description: Self-contained, embeddable, zero-configuration SQL database engine (v2.x) diff --git a/openwrt/package/sqlite2/ipkg/sqlite2-cli.control b/openwrt/package/sqlite2/ipkg/sqlite2-cli.control new file mode 100644 index 0000000..a8c40c6 --- /dev/null +++ b/openwrt/package/sqlite2/ipkg/sqlite2-cli.control @@ -0,0 +1,7 @@ +Package: sqlite2-cli +Priority: optional +Section: libs +Maintainer: Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/sqlite2/ +Description: Command Line Interface (CLI) for SQLite (v2.x) +Depends: libsqlite2, libncurses, libreadline |