From patchwork Mon Mar 26 14:51:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Hunleth X-Patchwork-Id: 148753 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id D94B5B6EE7 for ; Tue, 27 Mar 2012 01:52:22 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A31008C906; Mon, 26 Mar 2012 14:52:18 +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 SkrWpMyeyd5r; Mon, 26 Mar 2012 14:52:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 3C2018C0B6; Mon, 26 Mar 2012 14:52:16 +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 84B3A8F753 for ; Mon, 26 Mar 2012 14:52:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7CD298C0B6 for ; Mon, 26 Mar 2012 14:52:15 +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 5DHaUilQAEiq for ; Mon, 26 Mar 2012 14:52:13 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qc0-f171.google.com (mail-qc0-f171.google.com [209.85.216.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 723F88BF2D for ; Mon, 26 Mar 2012 14:52:12 +0000 (UTC) Received: by qcsp15 with SMTP id p15so5000208qcs.16 for ; Mon, 26 Mar 2012 07:52:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=sNtc+iERdHVI6A1URch3FxGlp/30wRdfzVsY9bCfSE8=; b=cR5jNBe80D7SEm5vhfWk1OzLtF37gqsV5qCuAbVnfznARtVwZ8vq/j7inwajXktjw3 vBGfDtvZrvHrj06gLMV9lfnDv2GXzKk0TQoUFsLwiQS6cKf18UobIQEgdzTyAGlTpweM /0vBJqMaL77t07IF6o/J4uDpAH5w+Ck1oGrshefdBrjj6FKlKmfmNQaOsPDc8gWeoEM4 YWfVlSFZm5Nk9xjId/G7QE1nN6O751TC7VQvhxm7X0hxZlWAZhtM7HILpLWRbUhhIZTj DbGCHmcdCfxO64DCsIYr3PRF+j1RNVl+Jzn/+pDotN79cOykk6eR7eg0iz0/nEctUYqS yU5w== Received: by 10.229.136.138 with SMTP id r10mr8389292qct.130.1332773530544; Mon, 26 Mar 2012 07:52:10 -0700 (PDT) Received: from localhost.localdomain (173-166-182-69-washingtondc.hfc.comcastbusiness.net. [173.166.182.69]) by mx.google.com with ESMTPS id i8sm212389qah.4.2012.03.26.07.52.08 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Mar 2012 07:52:09 -0700 (PDT) From: Frank Hunleth To: buildroot@busybox.net Date: Mon, 26 Mar 2012 10:51:52 -0400 Message-Id: <1332773512-32706-1-git-send-email-fhunleth@troodon-software.com> X-Mailer: git-send-email 1.7.0.4 X-Gm-Message-State: ALoCoQkxces16YpZjLNebHQd16hHl76tyAyrplOjVsuAk9sm9tXZa7hDR3T1ApMRZhF5YjFKcE69 Subject: [Buildroot] [PATCH v2] New package: libdmtx 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: Frank Hunleth --- package/Config.in | 1 + package/libdmtx/Config.in | 7 +++++++ package/libdmtx/libdmtx.mk | 12 ++++++++++++ 3 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 package/libdmtx/Config.in create mode 100644 package/libdmtx/libdmtx.mk diff --git a/package/Config.in b/package/Config.in index b394f18..6df27a1 100644 --- a/package/Config.in +++ b/package/Config.in @@ -305,6 +305,7 @@ source "package/gtk2-themes/Config.in" source "package/imlib2/Config.in" source "package/jpeg/Config.in" source "package/libart/Config.in" +source "package/libdmtx/Config.in" source "package/libdrm/Config.in" source "package/libexif/Config.in" source "package/libgail/Config.in" diff --git a/package/libdmtx/Config.in b/package/libdmtx/Config.in new file mode 100644 index 0000000..db4187f --- /dev/null +++ b/package/libdmtx/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_LIBDMTX + bool "libdmtx" + help + libdmtx is a software library that enables programs to read and write + Data Matrix barcodes of the modern ECC200 variety. + + http://www.libdmtx.org/ diff --git a/package/libdmtx/libdmtx.mk b/package/libdmtx/libdmtx.mk new file mode 100644 index 0000000..495e59a --- /dev/null +++ b/package/libdmtx/libdmtx.mk @@ -0,0 +1,12 @@ +############################################################# +# +# libdmtx +# +############################################################# + +LIBDMTX_VERSION = 0.7.4 +LIBDMTX_SOURCE = libdmtx-$(LIBDMTX_VERSION).tar.gz +LIBDMTX_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libdmtx +LIBDMTX_INSTALL_STAGING = YES + +$(eval $(call AUTOTARGETS))