summaryrefslogtreecommitdiff
path: root/recipes-lxde/gpicview/gpicview_0.2.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-lxde/gpicview/gpicview_0.2.5.bb')
-rw-r--r--recipes-lxde/gpicview/gpicview_0.2.5.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-lxde/gpicview/gpicview_0.2.5.bb b/recipes-lxde/gpicview/gpicview_0.2.5.bb
new file mode 100644
index 0000000..c56c507
--- /dev/null
+++ b/recipes-lxde/gpicview/gpicview_0.2.5.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Simple Image Viewer for X"
+HOMEPAGE = "http://lxde.sourceforge.net/gpicview"
+SECTION = "x11"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+DEPENDS = "jpeg gtk+"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz"
+SRC_URI[md5sum] = "26be9b0c5a234f1afe7d83d02a4a33f4"
+SRC_URI[sha256sum] = "38466058e53702450e5899193c4b264339959b563dd5cd81f6f690de32d82942"
+
+inherit autotools gettext pkgconfig
+
+FILES_${PN} += "${datadir}/icons/*" \ No newline at end of file