aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-scap/gpe-scap_1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-scap/gpe-scap_1.2.bb')
-rw-r--r--recipes/gpe-scap/gpe-scap_1.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gpe-scap/gpe-scap_1.2.bb b/recipes/gpe-scap/gpe-scap_1.2.bb
new file mode 100644
index 0000000000..1fc8f9a57a
--- /dev/null
+++ b/recipes/gpe-scap/gpe-scap_1.2.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "GPE screenshot application"
+LICENSE = "GPL"
+PRIORITY = "optional"
+SECTION = "gpe"
+PR = "r1"
+
+RREPLACES = "gpe-screenshot"
+
+DEPENDS = "glib-2.0 gtk+ libgpewidget libglade libsoup"
+
+GPE_TARBALL_SUFFIX = "bz2"
+
+inherit gpe autotools
+
+SRC_URI += " file://deviceinfo.patch;patch=1;pnum=0"