aboutsummaryrefslogtreecommitdiffstats
path: root/dev-util/mfoc/mfoc-0.10.ebuild
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-06-06 02:03:50 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-06-06 02:04:31 +0200
commit7fca6728e258058e176df854127f10acc0a6e03f (patch)
tree0977922e149376ea77cbdf991bef3c329377e95a /dev-util/mfoc/mfoc-0.10.ebuild
parent504e51dfdbca247ae4c0bb71d5213f649496b779 (diff)
downloadoverlay-7fca6728e258058e176df854127f10acc0a6e03f.tar.gz
overlay-7fca6728e258058e176df854127f10acc0a6e03f.tar.xz
overlay-7fca6728e258058e176df854127f10acc0a6e03f.zip
dev-utils/mfoc: version bump
Diffstat (limited to 'dev-util/mfoc/mfoc-0.10.ebuild')
-rw-r--r--dev-util/mfoc/mfoc-0.10.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-util/mfoc/mfoc-0.10.ebuild b/dev-util/mfoc/mfoc-0.10.ebuild
deleted file mode 100644
index e38eb68..0000000
--- a/dev-util/mfoc/mfoc-0.10.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Mifare Classic Offline Cracker is a tool that can recover keys from Mifare Classic cards"
-HOMEPAGE="http://code.google.com/p/nfc-tools/"
-SRC_URI="http://nfc-tools.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-CDEPEND=">=dev-libs/libnfc-1.4.0"
-RDEPEND="${CDEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed"
- dodoc README ChangeLog AUTHORS NEWS TODO || die
-}