diff mbox

curl: New recipe

Message ID 1376485889-15262-2-git-send-email-kibo@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Kim Bøndergaard Aug. 14, 2013, 1:11 p.m. UTC
---
 recipes/curl/curl_7.32.0.oe     | 20 ++++++++++++++++++++
 recipes/curl/curl_7.32.0.oe.sig |  1 +
 2 files changed, 21 insertions(+)
 create mode 100644 recipes/curl/curl_7.32.0.oe
 create mode 100644 recipes/curl/curl_7.32.0.oe.sig

Comments

Esben Haabendal Oct. 14, 2013, 8:42 a.m. UTC | #1
Merged to master, thanks.

/Esben
diff mbox

Patch

diff --git a/recipes/curl/curl_7.32.0.oe b/recipes/curl/curl_7.32.0.oe
new file mode 100644
index 0000000..b147712
--- /dev/null
+++ b/recipes/curl/curl_7.32.0.oe
@@ -0,0 +1,20 @@ 
+SUMMARY = "curl is a command line tool for transferring data with URL syntax"
+DESCRIPTION = """
+curl is a command line tool for transferring data with URL syntax, supporting DICT,
+ FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP,
+ RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates,
+ HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies,
+ user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...),
+ file transfer resume, proxy tunneling and a busload of other useful tricks. 
+"""
+LICENSE = "MIT-X-style"
+HOMEPAGE = "http://curl.haxx.se/"
+
+SRC_URI = "http://curl.haxx.se/download/${PN}-${PV}.tar.gz"
+
+RECIPE_TYPES = "machine native"
+
+inherit autotools library pkgconfig auto-package-utils
+
+AUTO_PACKAGE_UTILS = "curl curl-config"
+
diff --git a/recipes/curl/curl_7.32.0.oe.sig b/recipes/curl/curl_7.32.0.oe.sig
new file mode 100644
index 0000000..2b10dc9
--- /dev/null
+++ b/recipes/curl/curl_7.32.0.oe.sig
@@ -0,0 +1 @@ 
+cadc5648e4cd4ea750a8c580311722ed1fb1573a  curl-7.32.0.tar.gz