summaryrefslogtreecommitdiff
path: root/net-wireless/libfreefare/libfreefare-0.3.2.ebuild
blob: e38f5db2133c59a23c4f42e014b9bbabda5d9d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
}