diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:11:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:11:06 +0000 |
commit | 97fdace205c77de0c9adb09d29e4cc59dc4edf40 (patch) | |
tree | abb4d534ff916e34ef1c1587833575f59bdbe082 /package/php5/ipkg/php5-mod-gmp.control | |
parent | eb378ed9997aa830222e000d24a248ee6fbaf7e9 (diff) | |
download | master-187ad058-97fdace205c77de0c9adb09d29e4cc59dc4edf40.tar.gz master-187ad058-97fdace205c77de0c9adb09d29e4cc59dc4edf40.tar.bz2 master-187ad058-97fdace205c77de0c9adb09d29e4cc59dc4edf40.zip |
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/openwrt@1950 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/php5/ipkg/php5-mod-gmp.control')
-rw-r--r-- | package/php5/ipkg/php5-mod-gmp.control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/php5/ipkg/php5-mod-gmp.control b/package/php5/ipkg/php5-mod-gmp.control new file mode 100644 index 0000000000..2e2dcd91ae --- /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 |