aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/raw-tools/gtkimageview_1.3.0.bb
blob: ba44fb7e3a703c50baf45072bdaf41b9621b3e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "GtkImageView is a simple image viewer widget for GTK."
DEPENDS = "gtk+"

SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/gtkimageview-${PV}.tar.gz"

inherit autotools pkgconfig


do_configure() {
       gnu-configize
       libtoolize --force
       oe_runconf
}

SRC_URI[md5sum] = "574789e014988398dca2debc65c02097"
SRC_URI[sha256sum] = "6a2f50c1a6e83c94618a271cc9b7ce0460fd1fe58adb12e05d0b1b07b43e4beb"