summaryrefslogtreecommitdiff
blob: 27ef9e9443906457135aff8307cd43f0ebd364ea (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
28
29
30
31
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit autotools eutils git-r3

DESCRIPTION="a GNU/Linux keylogger that works!"
HOMEPAGE="https://code.google.com/p/logkeys/"
EGIT_REPO_URI="https://github.com/kernc/${PN}"

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

DEPEND=""
RDEPEND=""

src_prepare() {
	epatch "${FILESDIR}/cxxflags.patch"
	eautoreconf
}

src_install() {
	default

	newinitd "${FILESDIR}/${PN}-init.d" ${PN}
	newconfd "${FILESDIR}/${PN}-conf.d" ${PN}
}