[arch-commits] Commit in rfdump/repos (community-x86_64 community-x86_64/PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Jan 16 22:23:21 UTC 2019


    Date: Wednesday, January 16, 2019 @ 22:23:21
  Author: anthraxx
Revision: 423730

archrelease: copy trunk to community-x86_64

Added:
  rfdump/repos/community-x86_64/
  rfdump/repos/community-x86_64/PKGBUILD
    (from rev 423729, rfdump/trunk/PKGBUILD)

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

Copied: rfdump/repos/community-x86_64/PKGBUILD (from rev 423729, rfdump/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-01-16 22:23:21 UTC (rev 423730)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=rfdump
+pkgver=1.6
+pkgrel=3
+pkgdesc='Tool to detect RFID-Tags and show their meta information'
+url='http://www.rfdump.org'
+arch=('x86_64')
+license=('GPL2')
+depends=('libglade' 'gtk2' 'expat')
+source=(http://www.rfdump.org/dl/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('3402b9147b3e255b3c957d92f1fa4d7610fb6fde0aef2e3205343f64b252635bcf6345fb904b18ded063df775f15379a726b7b3b166b13d94efc9712373c7df7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS=-lexpat ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list