updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / tk-libnfc-crapto1 / PKGBUILD
blobacf798c2892d7c5911abc8652a2a5a2d4ad093da
1 # Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu>
2 pkgname=tk-libnfc-crapto1
3 pkgver=0.3
4 pkgrel=1
5 pkgdesc="MFCUK - Toolkit containing samples and various tools based on and around libnfc and crapto1, with emphasis on Mifare Classic NXP/Philips RFID cards"
6 arch=('i686' 'x86_64')
7 url="http://code.google.com/p/tk-libnfc-crapto1/"
8 license=('GPL2')
9 depends=("libnfc")
10 source=("http://$pkgname.googlecode.com/files/MFCUK_darkside_$pkgver.zip")
12 md5sums=('5ca56ac4984c0343c0ba7ff77323c62f')
13 sha512sums=('067075f6f215f3c9ec3848c3ff3caad21e114e071671c11b5fe9e228e3fb5baf1e8a4888cdcdf24f1c976213ca853959fc6c735e3bf8619bc8c0bc89ea2c06cf')
15 build()
17  cd $srcdir/$pkgver || return 1
18  ./configure --with-libnfc=/usr --prefix=/usr || return 1
19  make || return 1
20  make DESTDIR=$pkgdir install || return 1