diff options
Diffstat (limited to 'package/php5/ipkg')
-rw-r--r-- | package/php5/ipkg/php5-mod-curl.control | 9 | ||||
-rw-r--r-- | package/php5/ipkg/php5-mod-gmp.control | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/package/php5/ipkg/php5-mod-curl.control b/package/php5/ipkg/php5-mod-curl.control new file mode 100644 index 000000000..50b7f0187 --- /dev/null +++ b/package/php5/ipkg/php5-mod-curl.control @@ -0,0 +1,9 @@ +Package: php5-mod-curl +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ +Depends: php5, libcurl +Description: cURL module for PHP5 diff --git a/package/php5/ipkg/php5-mod-gmp.control b/package/php5/ipkg/php5-mod-gmp.control new file mode 100644 index 000000000..2e2dcd91a --- /dev/null +++ b/package/php5/ipkg/php5-mod-gmp.control @@ -0,0 +1,9 @@ +Package: php5-mod-gmp +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ +Depends: php5, libgmp +Description: GMP (GNU MP) module for PHP5 |