diff options
Diffstat (limited to 'recipes/gtkextra/gtk+extra_2.1.1.bb')
-rw-r--r-- | recipes/gtkextra/gtk+extra_2.1.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gtkextra/gtk+extra_2.1.1.bb b/recipes/gtkextra/gtk+extra_2.1.1.bb new file mode 100644 index 0000000000..bc822f7176 --- /dev/null +++ b/recipes/gtkextra/gtk+extra_2.1.1.bb @@ -0,0 +1,9 @@ +LICENSE = "LGPL" +HOMEPAGE = "http://gtkextra.sourceforge.net/" +DESCRIPTION = "Gtk+Extra is a set of custom widget for plots and images" + +SRC_URI = "${SOURCEFORGE_MIRROR}/scigraphica/gtk+extra-${PV}.tar.gz" +DEPENDS = "gtk+" + +inherit autotools + |