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/libcurl.control | |
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/libcurl.control')
-rw-r--r-- | openwrt/package/curl/ipkg/libcurl.control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/curl/ipkg/libcurl.control b/openwrt/package/curl/ipkg/libcurl.control new file mode 100644 index 000000000..83204171d --- /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 |