diff options
author | 2010-03-21 21:19:07 +0000 | |
---|---|---|
committer | 2010-03-21 21:19:07 +0000 | |
commit | b0b7d262063c44bb8d14adbab7fef595992822a3 (patch) | |
tree | 0b90bdc1032fc05ebf00b4fe6dc5c9a2f43eadb0 /app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild | |
parent | removed unneeded blacklist source (diff) | |
download | gentoo-2-b0b7d262063c44bb8d14adbab7fef595992822a3.tar.gz gentoo-2-b0b7d262063c44bb8d14adbab7fef595992822a3.tar.bz2 gentoo-2-b0b7d262063c44bb8d14adbab7fef595992822a3.zip |
Add ganyremote. Initial ebuild submitted by Norman Jonas <bugs.gentoo.org_4@devport.codepilot.net> Fixes bug #210442
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild')
-rw-r--r-- | app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild b/app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild new file mode 100644 index 000000000000..8f78b095d39d --- /dev/null +++ b/app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild,v 1.1 2010/03/21 21:19:07 serkan Exp $ + +EAPI="2" + +inherit eutils + +DESCRIPTION="Gnome frontend to Anyremote" +HOMEPAGE="http://anyremote.sourceforge.net/" +SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="bluetooth" + +DEPEND="app-mobilephone/anyremote[bluetooth=] + dev-python/pygtk + dev-python/pybluez" +RDEPEND="${DEPEND}" + +src_install() { + emake install DESTDIR="${D}" || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" +} |