summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2009-05-02 04:01:28 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2009-05-02 04:01:28 +0530
commit3acf2cbd5efbdd6a3cd01ec94dd873987283b3a7 (patch)
tree6c7c89e904598b23c5b94d063de685d941307b48
parentInit overlay (diff)
downloadnirbheek-3acf2cbd5efbdd6a3cd01ec94dd873987283b3a7.tar.gz
nirbheek-3acf2cbd5efbdd6a3cd01ec94dd873987283b3a7.tar.bz2
nirbheek-3acf2cbd5efbdd6a3cd01ec94dd873987283b3a7.zip
Add app-mobilephone/anyremote
-rw-r--r--app-mobilephone/anyremote/Manifest2
-rw-r--r--app-mobilephone/anyremote/anyremote-4.18.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/app-mobilephone/anyremote/Manifest b/app-mobilephone/anyremote/Manifest
new file mode 100644
index 0000000..0092bbe
--- /dev/null
+++ b/app-mobilephone/anyremote/Manifest
@@ -0,0 +1,2 @@
+DIST anyremote-4.18.tar.gz 1588669 RMD160 af65d5cbb0b82faeb5f99e1975e6acc8c553bcfc SHA1 33a096a401b8c282d5b94dc755488b537f70ab05 SHA256 d63a16f07538bf60a9aaefd127ced7ef868b8ae371c9bef03e501d2c92f3e648
+EBUILD anyremote-4.18.ebuild 455 RMD160 8e17cac9c345982ed559be5690ffac7e37e2f5f7 SHA1 d5d573c6da2c1ab2d698c72dd4645d1e2f210155 SHA256 552a151c1c48277aed940ca52d62db9992ad5ab2e1d577f456413701baa2fcb8
diff --git a/app-mobilephone/anyremote/anyremote-4.18.ebuild b/app-mobilephone/anyremote/anyremote-4.18.ebuild
new file mode 100644
index 0000000..c465041
--- /dev/null
+++ b/app-mobilephone/anyremote/anyremote-4.18.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="AnyRemote"
+HOMEPAGE="http://anyremote.sourceforge.net/"
+SRC_URI="http://downloads.sourceforge.net/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="dev-python/pybluez
+ >=dev-python/pygtk-2.10"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}