[arch-commits] Commit in (mfoc mfoc/repos mfoc/trunk mfoc/trunk/PKGBUILD)

Bruno Pagani archange at archlinux.org
Mon Oct 22 19:36:14 UTC 2018


    Date: Monday, October 22, 2018 @ 19:36:13
  Author: archange
Revision: 398475

Initial addition of mfoc to [community]

Added:
  mfoc/
  mfoc/repos/
  mfoc/trunk/
  mfoc/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: mfoc/trunk/PKGBUILD
===================================================================
--- mfoc/trunk/PKGBUILD	                        (rev 0)
+++ mfoc/trunk/PKGBUILD	2018-10-22 19:36:13 UTC (rev 398475)
@@ -0,0 +1,26 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=mfoc
+pkgver=0.10.7+38+gb333a79
+pkgrel=1
+pkgdesc="MiFare Classic Universal toolKit"
+arch=('x86_64')
+url="http://nfc-tools.org/"
+license=('GPL2')
+depends=('libnfc')
+makedepends=('git')
+_commit=ba072f16f6b2a655d51da2171ecfb83e26c0ef58  # Latest tested commit
+source=("git+https://github.com/nfc-tools/mfoc.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+    cd ${pkgname}
+    autoreconf -is
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list