From patchwork Sat Mar 1 17:23:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 325450 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 1EF452C00A7 for ; Sun, 2 Mar 2014 04:24:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 538FA93688; Sat, 1 Mar 2014 17:24:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tCFmGqdk17+H; Sat, 1 Mar 2014 17:24:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 9793F936FA; Sat, 1 Mar 2014 17:24:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6FD551CE9DC for ; Sat, 1 Mar 2014 17:23:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6B7C583C28 for ; Sat, 1 Mar 2014 17:23:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c0iUMA+qqTR4 for ; Sat, 1 Mar 2014 17:23:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by whitealder.osuosl.org (Postfix) with ESMTPS id BAC938393D for ; Sat, 1 Mar 2014 17:23:47 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id l18so1664490wgh.9 for ; Sat, 01 Mar 2014 09:23:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=J9MfrnXJB37EKnkAsCJSIJoU9Pk66UzoCIyPkv92/wg=; b=JZKsgkVMt2so1kOCq0CaZRj6Ob9YlScsVLlsgwhN5W0NCJriN14AO422sN196dSQDC HYoA94eGcNV4Nv/0vhf8DECHeAiWfanMrFYmg6n+aE/CJhEXHjm7nBGaqkbRF0TWDtmS 8nMrKfz6QMWZWXCTp2RiUxbMe162Q6pRWT00VjL4RKgXqrY1NeaZDjhJp+DKSwz9eqPt hZhAzEd8yOYboRqEYCtcW9EewF7tQWkpsHW89mlrBEZWXo4TZQ/MJ+kArTHhTwo+y7jd Jdsc23J/T9iXw5nO9h6MtozZaMfG+0Y/5WzuF78t7xrmtRIsaLKTcQC+4ryFkJHgj/qC vbKw== X-Received: by 10.194.110.41 with SMTP id hx9mr8234154wjb.28.1393694626396; Sat, 01 Mar 2014 09:23:46 -0800 (PST) Received: from ubuntu.localdomain (80.7.83.79.rev.sfr.net. [79.83.7.80]) by mx.google.com with ESMTPSA id fb8sm17106454wic.3.2014.03.01.09.23.45 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Mar 2014 09:23:45 -0800 (PST) From: Francois Perrad To: buildroot@busybox.net Date: Sat, 1 Mar 2014 18:23:09 +0100 Message-Id: <1393694590-29945-9-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1393694590-29945-1-git-send-email-francois.perrad@gadz.org> References: <1393694590-29945-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [lua V3 8/8] lua-iconv: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Francois Perrad --- package/Config.in | 1 + package/lua-iconv/Config.in | 8 ++++++++ package/lua-iconv/lua-iconv.mk | 14 ++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 package/lua-iconv/Config.in create mode 100644 package/lua-iconv/lua-iconv.mk diff --git a/package/Config.in b/package/Config.in index 4a91f48..3558106 100644 --- a/package/Config.in +++ b/package/Config.in @@ -373,6 +373,7 @@ source "package/ljlinenoise/Config.in" source "package/ljsyscall/Config.in" source "package/lua-cjson/Config.in" source "package/lua-ev/Config.in" +source "package/lua-iconv/Config.in" source "package/lua-msgpack-native/Config.in" source "package/luasql-sqlite3/Config.in" source "package/luabitop/Config.in" diff --git a/package/lua-iconv/Config.in b/package/lua-iconv/Config.in new file mode 100644 index 0000000..cad7c7c --- /dev/null +++ b/package/lua-iconv/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_LUA_ICONV + bool "lua-iconv" + select BR2_PACKAGE_LIBICONV + depends on !BR2_ENABLE_LOCALE + help + Lua binding to the POSIX 'iconv' library + + http://ittner.github.io/lua-iconv/ diff --git a/package/lua-iconv/lua-iconv.mk b/package/lua-iconv/lua-iconv.mk new file mode 100644 index 0000000..22f66de --- /dev/null +++ b/package/lua-iconv/lua-iconv.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# lua-iconv +# +################################################################################ + +LUA_ICONV_VERSION_UPSTREAM = 7 +LUA_ICONV_VERSION = $(LUA_ICONV_VERSION_UPSTREAM)-1 +LUA_ICONV_SUBDIR = lua-iconv-$(LUA_ICONV_VERSION_UPSTREAM) +LUA_ICONV_DEPENDENCIES = luainterpreter libiconv +LUA_ICONV_LICENSE = MIT +LUA_ICONV_LICENSE_FILES = $(LUA_ICONV_SUBDIR)/COPYING + +$(eval $(luarocks-package))