From patchwork Wed Aug 14 13:11:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 267118 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 827672C0150 for ; Wed, 14 Aug 2013 23:11:58 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 4F3823FEF2 for ; Wed, 14 Aug 2013 15:11:53 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id D91083FC97 for ; Wed, 14 Aug 2013 15:11:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1576; q=dns/txt; s=ironport2; t=1376485912; x=1408021912; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=ndYFcFhGQyLAHFkVXaih7PWlzF58YYjbx7LGT9P4lDk=; b=T2K7AEvzSRShuekItQ4dJr1r4UY4m3+iZsMYq1w8rmxz4ePSdhggYHsO zYdWOFF70BG8wSIbyXM/vEnXD9gsd1T/4LTlYAywcs7ZpWtvx1zeRCCBX KlkHe6V1LTHIN3QCEOsSYkdJBgYbzvHxGi//YM758tnsf80zdkKWpf1uc A=; X-IronPort-AV: E=Sophos;i="4.89,877,1367964000"; d="scan'208";a="3283138" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 14 Aug 2013 15:11:51 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.342.3; Wed, 14 Aug 2013 15:11:50 +0200 Received: by localhost (Postfix, from userid 30019) id BC33E6815EE; Wed, 14 Aug 2013 13:11:50 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH] curl: New recipe Date: Wed, 14 Aug 2013 13:11:29 +0000 Message-ID: <1376485889-15262-2-git-send-email-kibo@prevas.dk> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1376485889-15262-1-git-send-email-kibo@prevas.dk> References: <1376485889-15262-1-git-send-email-kibo@prevas.dk> MIME-Version: 1.0 Cc: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- 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 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