summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-07-27 20:12:27 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-07-27 20:12:27 +0000
commitcbd2b1d0d7444db4e453af2059899617253fe62e (patch)
tree676d06ff7444c07c23f5b91a55bc3813831f59af /app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild
parentppc stable, bug #138552 (diff)
downloadgentoo-2-cbd2b1d0d7444db4e453af2059899617253fe62e.tar.gz
gentoo-2-cbd2b1d0d7444db4e453af2059899617253fe62e.tar.bz2
gentoo-2-cbd2b1d0d7444db4e453af2059899617253fe62e.zip
New ebuild thanks to F. Steinel <fsteinel@flonet.net> in bug 131788
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild')
-rw-r--r--app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild b/app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild
new file mode 100644
index 000000000000..1b154177cd1c
--- /dev/null
+++ b/app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/inputlircd/inputlircd-0.0.1_pre11.ebuild,v 1.1 2006/07/27 20:12:27 genstef Exp $
+
+DESCRIPTION="Inputlirc daemon to utilize /dev/input/event*"
+HOMEPAGE="http://svn.sliepen.eu.org/inputlirc/trunk"
+SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR=${D} PREFIX=/usr install || die "emake install failed"
+
+ newinitd ${FILESDIR}/inputlircd.init inputlircd
+ newconfd ${FILESDIR}/inputlircd.conf inputlircd
+}