summaryrefslogtreecommitdiff
path: root/recipes-lxde/gpicview/gpicview_0.2.5.bb
blob: 998ed57a9a68926f7cd5fbe3b8fc6d57d6b61aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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+ intltool-native"

SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz"
SRC_URI[md5sum] = "26be9b0c5a234f1afe7d83d02a4a33f4"
SRC_URI[sha256sum] = "38466058e53702450e5899193c4b264339959b563dd5cd81f6f690de32d82942"

inherit autotools gettext pkgconfig

FILES_${PN} += "${datadir}/icons/*"