mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
added libfreefare a library for high level manipulation of MIFARE tags
This commit is contained in:
parent
5223972557
commit
910ddcb0b3
2 changed files with 23 additions and 0 deletions
2
net-wireless/libfreefare/Manifest
Normal file
2
net-wireless/libfreefare/Manifest
Normal 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
|
||||
21
net-wireless/libfreefare/libfreefare-0.3.2.ebuild
Normal file
21
net-wireless/libfreefare/libfreefare-0.3.2.ebuild
Normal 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
|
||||
}
|
||||
Loading…
Reference in a new issue