void-packages/srcpkgs/mfoc/template
2016-01-05 17:39:32 +01:00

19 lines
536 B
Bash

# Template file for 'mfoc'
pkgname=mfoc
version=0.10.7
revision=2
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libnfc-devel"
short_desc="Mifare Classic Offline Cracker"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="http://nfc-tools.org"
distfiles="https://github.com/nfc-tools/mfoc/archive/${pkgname}-${version}.tar.gz"
checksum=2dfd8ffa4a8b357807680d190a91c8cf3db54b4211a781edc1108af401dbaad7
pre_configure() {
autoreconf -fi
}