diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-06-13 10:15:27 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2009-06-13 10:15:27 +0000 |
commit | 1283f93e021152c48a59c47ce2b4891df6f4dceb (patch) | |
tree | 235299b3188e1ee8d6fc1232a9280f9c22b20895 /app-misc/activylircd/activylircd-0.4.ebuild | |
parent | alpha/ia64 stable (diff) | |
download | gentoo-2-1283f93e021152c48a59c47ce2b4891df6f4dceb.tar.gz gentoo-2-1283f93e021152c48a59c47ce2b4891df6f4dceb.tar.bz2 gentoo-2-1283f93e021152c48a59c47ce2b4891df6f4dceb.zip |
Initial import of ebuild by Helmut Auer, proxy maintained by him.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-misc/activylircd/activylircd-0.4.ebuild')
-rw-r--r-- | app-misc/activylircd/activylircd-0.4.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/activylircd/activylircd-0.4.ebuild b/app-misc/activylircd/activylircd-0.4.ebuild new file mode 100644 index 000000000000..2828216dec28 --- /dev/null +++ b/app-misc/activylircd/activylircd-0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/activylircd/activylircd-0.4.ebuild,v 1.1 2009/06/13 10:15:27 zzam Exp $ + +inherit eutils + +DESCRIPTION="ACTIVYLIRCD lirc daemon for activy remote control" +HOMEPAGE="http://www.htpc-forum.de/" +SRC_URI="http://www.htpc-forum.de/download/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +src_install() { + dobin activylircd evtest key2xd eventmapper key2lircd key2xd + dodoc key2x.conf +} |