diff options
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 000000000..9bdb2d904 --- /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 000000000..a8c40c6fa --- /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 |