diff options
Diffstat (limited to 'recipes/gpe-scap/gpe-scap_1.4.bb')
-rw-r--r-- | recipes/gpe-scap/gpe-scap_1.4.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gpe-scap/gpe-scap_1.4.bb b/recipes/gpe-scap/gpe-scap_1.4.bb new file mode 100644 index 0000000000..03da9b02c3 --- /dev/null +++ b/recipes/gpe-scap/gpe-scap_1.4.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "A GPE application that allows you to take screenshots." +LICENSE = "GPL" +PRIORITY = "optional" +SECTION = "gpe" +PR = "r0" + +RREPLACES = "gpe-screenshot" + +DEPENDS = "glib-2.0 gtk+ libgpewidget libglade libsoup" + +GPE_TARBALL_SUFFIX = "bz2" + +inherit gpe autotools |