diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 23:11:06 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 23:11:06 +0000 |
commit | d852d33252c18830bfeee748f8a170339e2853da (patch) | |
tree | 931c0e90f5f485ced9604763b70ca21c927ebfd8 /openwrt/package/php5/ipkg/php5-mod-curl.control | |
parent | bc7f04c1b407c70a283fa63d463be2d1981bef30 (diff) |
update to new upstream release (v5.0.5),
enable all packages when DEVELOPER=1,
add curl and gmp extensions,
fix gd extension build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1950 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/php5/ipkg/php5-mod-curl.control')
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-curl.control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/php5/ipkg/php5-mod-curl.control b/openwrt/package/php5/ipkg/php5-mod-curl.control new file mode 100644 index 000000000..50b7f0187 --- /dev/null +++ b/openwrt/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 |