]> Pileus Git - ~andy/sunrise/commitdiff
grig/.: New package for bug 186176
authorNathan Smith (ndansmith) <ndansmith@gmail.com>
Thu, 26 Jul 2007 02:13:57 +0000 (02:13 +0000)
committerNathan Smith (ndansmith) <ndansmith@gmail.com>
Thu, 26 Jul 2007 02:13:57 +0000 (02:13 +0000)
svn path=/sunrise/; revision=4336

media-radio/grig/ChangeLog [new file with mode: 0644]
media-radio/grig/Manifest [new file with mode: 0644]
media-radio/grig/grig-0.7.2.ebuild [new file with mode: 0644]

diff --git a/media-radio/grig/ChangeLog b/media-radio/grig/ChangeLog
new file mode 100644 (file)
index 0000000..7e844f2
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for media-radio/grig
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  26 Jul 2007; Nathan Smith (ndansmith) <ndansmith@gmail.org>
+  +grig-0.7.2.ebuild:
+  New package for bug 186176
+
diff --git a/media-radio/grig/Manifest b/media-radio/grig/Manifest
new file mode 100644 (file)
index 0000000..17643a0
--- /dev/null
@@ -0,0 +1,2 @@
+DIST grig-0.7.2.tar.gz 494153 RMD160 2184e7e4fb343a5d8f391337273f4d864a088c9c SHA1 7b5f1e7f77a8b8907a77ba11a1e17c2eaff884f2 SHA256 b902f56a8bc287048fcbacbb331cab906b221f81696a1317973c505c870b1b51
+EBUILD grig-0.7.2.ebuild 626 RMD160 278c0ce38bd1b2328f30092c66ad29f343b67205 SHA1 e4bbb43b1afe684ad47bff220e01a793c6a8c6ca SHA256 f2df69641f881855a1e1efced87b5d943523fcc6c709e0264e5b3d7cab6ec278
diff --git a/media-radio/grig/grig-0.7.2.ebuild b/media-radio/grig/grig-0.7.2.ebuild
new file mode 100644 (file)
index 0000000..ce19d81
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+DESCRIPTION="A tool for controlling amateur radios"
+HOMEPAGE="http://groundstation.sourceforge.net/grig/"
+SRC_URI="mirror://sourceforge/groundstation/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc"
+IUSE=""
+
+DEPEND=">=dev-libs/glib-2.10.0
+       >=x11-libs/gtk+-2.8
+       >=media-libs/hamlib-1.2.4"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       emake DESTDIR="${D}" install || die "emake install failed"
+       make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "Application;HamRadio"
+}