diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-30 08:03:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-30 08:03:58 +0000 |
commit | 811dc338451434bd36fb752b7f5571cfd791ec7c (patch) | |
tree | 8eeacf83aa45da7719f23be36febb1ef93ccf7df /openwrt/package/curl/ipkg/curl.control | |
parent | b7b1512401a5deca793aedd7bfd9b2153af2316f (diff) | |
download | mtk-20170518-811dc338451434bd36fb752b7f5571cfd791ec7c.zip mtk-20170518-811dc338451434bd36fb752b7f5571cfd791ec7c.tar.gz mtk-20170518-811dc338451434bd36fb752b7f5571cfd791ec7c.tar.bz2 |
add curl package
SVN-Revision: 1792
Diffstat (limited to 'openwrt/package/curl/ipkg/curl.control')
-rw-r--r-- | openwrt/package/curl/ipkg/curl.control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/curl/ipkg/curl.control b/openwrt/package/curl/ipkg/curl.control new file mode 100644 index 0000000..47a7aa7 --- /dev/null +++ b/openwrt/package/curl/ipkg/curl.control @@ -0,0 +1,7 @@ +Package: curl +Priority: optional +Section: net +Maintainer: OpenWrt Developers Team <bugs@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/curl/ +Depends: libcurl +Description: a client-side URL transfer tool |