diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-10 15:54:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-10 15:54:29 +0000 |
commit | 562f9b5d65d2fcbcc98efb3b39bc32702cd0d9d0 (patch) | |
tree | 34b4b08d2b97bf0b8c59d330bafc9affc5e55fb7 /package/sqlite/ipkg | |
parent | 044cf7cc1df1a94dc3f6d6e67f697d725104ad2c (diff) | |
download | upstream-562f9b5d65d2fcbcc98efb3b39bc32702cd0d9d0.tar.gz upstream-562f9b5d65d2fcbcc98efb3b39bc32702cd0d9d0.tar.bz2 upstream-562f9b5d65d2fcbcc98efb3b39bc32702cd0d9d0.zip |
Add sqlite (libsqlite and sqlite-cli) package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1185 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/sqlite/ipkg')
-rw-r--r-- | package/sqlite/ipkg/libsqlite.control | 6 | ||||
-rw-r--r-- | package/sqlite/ipkg/sqlite-cli.control | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/package/sqlite/ipkg/libsqlite.control b/package/sqlite/ipkg/libsqlite.control new file mode 100644 index 0000000000..d12f44f4cb --- /dev/null +++ b/package/sqlite/ipkg/libsqlite.control @@ -0,0 +1,6 @@ +Package: libsqlite +Priority: optional +Section: libs +Maintainer: Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/sqlite/ +Description: Self-contained, embeddable, zero-configuration SQL database engine diff --git a/package/sqlite/ipkg/sqlite-cli.control b/package/sqlite/ipkg/sqlite-cli.control new file mode 100644 index 0000000000..27b4c9224c --- /dev/null +++ b/package/sqlite/ipkg/sqlite-cli.control @@ -0,0 +1,7 @@ +Package: sqlite-cli +Priority: optional +Section: libs +Maintainer: Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/sqlite/ +Description: Command Line Interface (CLI) for SQLite +Depends: libsqlite |