aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grun
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-08 17:58:56 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-08 17:58:56 +0100
commitce0f6d41d8ecb160f7b53e9f05d584d4b0b0f9b2 (patch)
treef61423d5da5f69ef0d1653bf94d0bf262da401ed /recipes/grun
parent563f8e80ff8f0f4a904487cfa14221eb5e4c842f (diff)
downloadopenembedded-ce0f6d41d8ecb160f7b53e9f05d584d4b0b0f9b2.tar.gz
grun: added recipe (created by tovarish, bugzilla 5067)
Diffstat (limited to 'recipes/grun')
-rw-r--r--recipes/grun/grun_0.9.3.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/grun/grun_0.9.3.bb b/recipes/grun/grun_0.9.3.bb
new file mode 100644
index 0000000000..e407a923d4
--- /dev/null
+++ b/recipes/grun/grun_0.9.3.bb
@@ -0,0 +1,20 @@
+HOMEPAGE = "http://code.google.com/p/grun/"
+DESCRIPTION = "gRun is a GTK based Run dialog that closely resembles the Windows Run dialog, just like xexec. It has a intelligent history mechanism and a dual level fork() mechanism for launching the application in its own process. gRun also has support for launching console mode application in an XTerm as well as associations for file types."
+SECTION = "x11/applications"
+LICENSE = "GPL"
+PR = "r1"
+
+DEPENDS = "gtk+"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+SRC_URI = "http://grun.googlecode.com/files/grun-${PV}.tar.gz"
+
+inherit autotools
+
+
+
+
+
+
+
+