grun: added recipe (created by tovarish, bugzilla 5067)
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 8 Nov 2009 16:58:56 +0000 (17:58 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 8 Nov 2009 16:58:56 +0000 (17:58 +0100)
conf/checksums.ini
recipes/grun/grun_0.9.3.bb [new file with mode: 0644]

index 4a919cb..1737186 100644 (file)
@@ -10610,6 +10610,10 @@ sha256=d864fbd0bf6dea24e4f71736da9902a1cae86d0a1a893b5fe17118927257ec3e
 md5=cd3f3eb54446be6003156158d51f4884
 sha256=4e1d15d12dbd3e9208111d6b806ad5a9857ca8850c47877d36575b904559260b
 
+[http://grun.googlecode.com/files/grun-0.9.3.tar.gz]
+md5=7788783e5a18221ae591606075d3a8ee
+sha256=c484d80e4636a69c6ad6491a4769f555be20595e67cb4bfd34c3c91e501b95dd
+
 [ftp://ftp.gnu.org/gnu/gsl/gsl-1.10.tar.gz]
 md5=d67be4f2e5560d6cf907e18a428becdc
 sha256=ea3968b58bfc7619f47bf5ff64a7198a38c72419d24b844e71e48823a4776ff0
diff --git a/recipes/grun/grun_0.9.3.bb b/recipes/grun/grun_0.9.3.bb
new file mode 100644 (file)
index 0000000..e407a92
--- /dev/null
@@ -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
+
+
+
+
+
+
+
+