diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-04-05 21:12:24 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-06 18:27:19 +0200 |
commit | 33e0b8e4aeb60483290108bb88b0126808cf7d56 (patch) | |
tree | c302d3e01e6fc2402719932335ef81b032592f0e | |
parent | a7510442251c575c4cd648fe3cdd35f8667774bf (diff) |
gnome-nettool: add 2.30.0
-rw-r--r-- | recipes/gnome/gnome-nettool_2.30.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-nettool_2.30.0.bb b/recipes/gnome/gnome-nettool_2.30.0.bb new file mode 100644 index 0000000000..4ac2340326 --- /dev/null +++ b/recipes/gnome/gnome-nettool_2.30.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Gnome network tool" +LICENSE = "GPL" +SECTION = "x11/gnome" +DEPENDS = "gtk+ gconf libgtop" + +inherit gnome + +SRC_URI[archive.md5sum] = "2087259219cf16d434c52b4a5710b4c7" +SRC_URI[archive.sha256sum] = "42fdc867d26b31145986fd99e06509229b118430f2d666070c5dac7cff1dd000" + |