diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-30 08:03:58 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-30 08:03:58 +0000 |
commit | 9d9172331faeee554a14b09172ddc45e0eba356c (patch) | |
tree | 8eeacf83aa45da7719f23be36febb1ef93ccf7df /openwrt/package/curl/ipkg | |
parent | d7b52bb02bcea490585f29b06f1a2e33060cf052 (diff) |
add curl package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1792 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/curl/ipkg')
-rw-r--r-- | openwrt/package/curl/ipkg/curl.control | 7 | ||||
-rw-r--r-- | openwrt/package/curl/ipkg/libcurl.control | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/package/curl/ipkg/curl.control b/openwrt/package/curl/ipkg/curl.control new file mode 100644 index 0000000000..47a7aa78b5 --- /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 diff --git a/openwrt/package/curl/ipkg/libcurl.control b/openwrt/package/curl/ipkg/libcurl.control new file mode 100644 index 0000000000..83204171da --- /dev/null +++ b/openwrt/package/curl/ipkg/libcurl.control @@ -0,0 +1,7 @@ +Package: curl +Priority: optional +Section: libs +Maintainer: OpenWrt Developers Team <bugs@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/curl/ +Depends: libopenssl, zlib +Description: a client-side URL transfer library |