diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:06:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-19 23:06:12 +0000 |
commit | 0622dd7a25e024e2390da28712bf19ac877b3aea (patch) | |
tree | 7898312d10da75e90c33b3f9bcbee43d2e2ef835 /openwrt/package/php4/ipkg/php4-mod-gmp.control | |
parent | f5ab7b925ceb50a87e2bbf8f226aba140316e661 (diff) | |
download | mtk-20170518-0622dd7a25e024e2390da28712bf19ac877b3aea.zip mtk-20170518-0622dd7a25e024e2390da28712bf19ac877b3aea.tar.gz mtk-20170518-0622dd7a25e024e2390da28712bf19ac877b3aea.tar.bz2 |
enable all packages when DEVELOPER=1, add curl and gmp extensions, fix gd extension build
SVN-Revision: 1948
Diffstat (limited to 'openwrt/package/php4/ipkg/php4-mod-gmp.control')
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-gmp.control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/php4/ipkg/php4-mod-gmp.control b/openwrt/package/php4/ipkg/php4-mod-gmp.control new file mode 100644 index 0000000..59143c3 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-gmp.control @@ -0,0 +1,9 @@ +Package: php4-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: php4, libgmp +Description: GMP (GNU MP) module for PHP4 |