[arch-commits] Commit in mfoc/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:31:56 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:31:56
  Author: felixonmars
Revision: 659762

archrelease: copy trunk to community-staging-x86_64

Added:
  mfoc/repos/community-staging-x86_64/
  mfoc/repos/community-staging-x86_64/PKGBUILD
    (from rev 659761, mfoc/trunk/PKGBUILD)

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

Copied: mfoc/repos/community-staging-x86_64/PKGBUILD (from rev 659761, mfoc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:31:56 UTC (rev 659762)
@@ -0,0 +1,26 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=mfoc
+pkgver=0.10.7+38+gb333a79
+pkgrel=2
+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