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 | 504d33b860434708c3c31e32148b2b063ed71a3d (patch) | |
tree | da70bdaa5b4cbe5a5ee5f189d7764b1069b5add1 /package/curl/ipkg/libcurl.control | |
parent | dff508d7732b22e8aa6a42de4014b26bedff61f9 (diff) | |
download | upstream-504d33b860434708c3c31e32148b2b063ed71a3d.tar.gz upstream-504d33b860434708c3c31e32148b2b063ed71a3d.tar.bz2 upstream-504d33b860434708c3c31e32148b2b063ed71a3d.zip |
add curl package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1792 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/curl/ipkg/libcurl.control')
-rw-r--r-- | package/curl/ipkg/libcurl.control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/curl/ipkg/libcurl.control b/package/curl/ipkg/libcurl.control new file mode 100644 index 0000000000..83204171da --- /dev/null +++ b/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 |