diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-01 00:05:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-01 00:05:07 +0000 |
commit | 391f5ccd8993675595751d15e1b00a2bf93b2ad8 (patch) | |
tree | 8e3bffc479500f5cbedfab475afa7eaa5ecc4901 /package/postgresql/ipkg/libpq | |
parent | 1e741b9be3e553538429d6299363914a84b3d1b1 (diff) | |
download | upstream-391f5ccd8993675595751d15e1b00a2bf93b2ad8.tar.gz upstream-391f5ccd8993675595751d15e1b00a2bf93b2ad8.tar.bz2 upstream-391f5ccd8993675595751d15e1b00a2bf93b2ad8.zip |
Add mysql and postgresql packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@499 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/postgresql/ipkg/libpq')
-rw-r--r-- | package/postgresql/ipkg/libpq/CONTROL/control | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/postgresql/ipkg/libpq/CONTROL/control b/package/postgresql/ipkg/libpq/CONTROL/control new file mode 100644 index 0000000000..56bdf2e728 --- /dev/null +++ b/package/postgresql/ipkg/libpq/CONTROL/control @@ -0,0 +1,8 @@ +Package: libpq +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/postgresql/ +Description: PostgreSQL client library |