diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/grun/grun_0.9.3.bb | 20 |
2 files changed, 24 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 4a919cb40b..1737186b4c 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -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 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 + + + + + + + + |