summaryrefslogtreecommitdiff
path: root/net-wireless/nfcd/nfcd-9999.ebuild
blob: 38a25e14d27d8d7c58c602ce53dd75b1b3187c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit cmake-utils subversion
DESCRIPTION="a daemon which access NFC Devices and Targets"
HOMEPAGE="https://code.google.com/p/nfc-tools/wiki/nfcd"
SRC_URI=""
ESVN_REPO_URI="http://nfc-tools.googlecode.com/svn/trunk/nfcd"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-libs/libndev
		net-wireless/libfreefare
		dev-libs/libnfc"
RDEPEND="${DEPEND}"

src_install() {
	cmake-utils_src_install
	insinto /etc/dbus-1/system.d/
	doins nfcd.conf || die
}