summaryrefslogtreecommitdiff
path: root/homebrew/nfcutils
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/nfcutils')
-rw-r--r--homebrew/nfcutils/.beer33
-rw-r--r--homebrew/nfcutils/.make.sh-auto4
-rw-r--r--homebrew/nfcutils/_metadata/description1
-rw-r--r--homebrew/nfcutils/_metadata/homepage1
-rw-r--r--homebrew/nfcutils/_metadata/name1
-rw-r--r--homebrew/nfcutils/_metadata/version1
-rwxr-xr-xhomebrew/nfcutils/download.sh1
7 files changed, 42 insertions, 0 deletions
diff --git a/homebrew/nfcutils/.beer b/homebrew/nfcutils/.beer
new file mode 100644
index 000000000..6b9fedd52
--- /dev/null
+++ b/homebrew/nfcutils/.beer
@@ -0,0 +1,33 @@
+{
+ "name": "Nfcutils",
+ "description": "Near Field Communication (NFC) tools under POSIX systems",
+ "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/nfc-tools/nfcutils-0.3.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/nfc-tools/nfcutils",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libnfc",
+ "build-depend": false
+ },
+ {
+ "depend": "libusb",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.3.2",
+ "file": "nfcutils.rb"
+} \ No newline at end of file
diff --git a/homebrew/nfcutils/.make.sh-auto b/homebrew/nfcutils/.make.sh-auto
new file mode 100644
index 000000000..d741a88fe
--- /dev/null
+++ b/homebrew/nfcutils/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking
+make
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/nfcutils/_metadata/description b/homebrew/nfcutils/_metadata/description
new file mode 100644
index 000000000..6391dbdb7
--- /dev/null
+++ b/homebrew/nfcutils/_metadata/description
@@ -0,0 +1 @@
+Near Field Communication (NFC) tools under POSIX systems
diff --git a/homebrew/nfcutils/_metadata/homepage b/homebrew/nfcutils/_metadata/homepage
new file mode 100644
index 000000000..e59d13e2f
--- /dev/null
+++ b/homebrew/nfcutils/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/nfc-tools/nfcutils
diff --git a/homebrew/nfcutils/_metadata/name b/homebrew/nfcutils/_metadata/name
new file mode 100644
index 000000000..c0f7cc666
--- /dev/null
+++ b/homebrew/nfcutils/_metadata/name
@@ -0,0 +1 @@
+Nfcutils
diff --git a/homebrew/nfcutils/_metadata/version b/homebrew/nfcutils/_metadata/version
new file mode 100644
index 000000000..d15723fbe
--- /dev/null
+++ b/homebrew/nfcutils/_metadata/version
@@ -0,0 +1 @@
+0.3.2
diff --git a/homebrew/nfcutils/download.sh b/homebrew/nfcutils/download.sh
new file mode 100755
index 000000000..591163f27
--- /dev/null
+++ b/homebrew/nfcutils/download.sh
@@ -0,0 +1 @@
+wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/nfc-tools/nfcutils-0.3.2.tar.gz \ No newline at end of file