New package: mfoc-0.10.7
This commit is contained in:
parent
63998c2cb3
commit
ade9003fb0
1 changed files with 18 additions and 0 deletions
18
srcpkgs/mfoc/template
Normal file
18
srcpkgs/mfoc/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'mfoc'
|
||||
pkgname=mfoc
|
||||
version=0.10.7
|
||||
revision=1
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue