From ce0f6d41d8ecb160f7b53e9f05d584d4b0b0f9b2 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 8 Nov 2009 17:58:56 +0100 Subject: grun: added recipe (created by tovarish, bugzilla 5067) --- recipes/grun/grun_0.9.3.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/grun/grun_0.9.3.bb (limited to 'recipes') 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 + + + + + + + + -- cgit 1.2.3-korg