added libfreefare a library for high level manipulation of MIFARE tags

This commit is contained in:
jensp 2012-02-11 00:45:33 +00:00
parent 5223972557
commit 910ddcb0b3
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST libfreefare-0.3.2.tar.gz 442844 RMD160 1a46647d4edd87be7ca19e53a48bd74077b8c211 SHA1 72131695e60399bdd6bd15900aca3231315ca13b SHA256 aaa3017cba50fa857a12468a9d58b705db18527ad8ffc7f6a06590e147f614d6
EBUILD libfreefare-0.3.2.ebuild 458 RMD160 5eee2fc0ddd8b383a31d0dc6027f640c5618395e SHA1 4559d9b695fdfd2d7852c2dbde7cce6f2d566bea SHA256 4f804b4c57a722ed2cd73f578858e2544adf99b711315ea7398482b7667c1936

View file

@ -0,0 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
DESCRIPTION="a library for high level manipulation of MIFARE tags"
HOMEPAGE="https://code.google.com/p/nfc-tools/"
SRC_URI="https://nfc-tools.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-lib/libnfc"
RDEPEND="${DEPEND}"
src_install() {
DESTDIR="${D}" emake install || die
}