Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: spdawson at gmail.com <spdawson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libfreefare: new package
Date: Fri,  8 Jun 2012 14:37:25 +0100	[thread overview]
Message-ID: <1339162645-25335-1-git-send-email-spdawson@gmail.com> (raw)

From: Simon Dawson <spdawson@gmail.com>

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 package/Config.in                  |    1 +
 package/libfreefare/Config.in      |    7 +++++++
 package/libfreefare/libfreefare.mk |   10 ++++++++++
 3 files changed, 18 insertions(+)
 create mode 100644 package/libfreefare/Config.in
 create mode 100644 package/libfreefare/libfreefare.mk

diff --git a/package/Config.in b/package/Config.in
index 2b69c57..039bfce 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -362,6 +362,7 @@ menu "Hardware handling"
 source "package/libaio/Config.in"
 source "package/libraw1394/Config.in"
 source "package/tslib/Config.in"
+source "package/libfreefare/Config.in"
 source "package/libftdi/Config.in"
 source "package/libhid/Config.in"
 source "package/libiqrf/Config.in"
diff --git a/package/libfreefare/Config.in b/package/libfreefare/Config.in
new file mode 100644
index 0000000..2e11f7e
--- /dev/null
+++ b/package/libfreefare/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBFREEFARE
+	bool "libfreefare"
+	select BR2_PACKAGE_LIBNFC
+	help
+	  Library for high level manipulation of MIFARE cards.
+
+	  http://code.google.com/p/nfc-tools/wiki/libfreefare
diff --git a/package/libfreefare/libfreefare.mk b/package/libfreefare/libfreefare.mk
new file mode 100644
index 0000000..0499999
--- /dev/null
+++ b/package/libfreefare/libfreefare.mk
@@ -0,0 +1,10 @@
+#############################################################
+#
+# libfreefare
+#
+#############################################################
+LIBFREEFARE_VERSION = 0.3.2
+LIBFREEFARE_SITE = http://nfc-tools.googlecode.com/files
+LIBFREEFARE_DEPENDENCIES = libnfc
+
+$(eval $(call AUTOTARGETS))
-- 
1.7.9.5

             reply	other threads:[~2012-06-08 13:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-08 13:37 spdawson at gmail.com [this message]
2012-06-12 20:35 ` [Buildroot] [PATCH] libfreefare: new package Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1339162645-25335-1-git-send-email-spdawson@gmail.com \
    --to=spdawson@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox