aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/raw-tools/gtkimageview_1.3.0.bb
blob: aa45fe09b01762d0c9fc18348ad32b9bf1a96ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}

do_stage() {
       autotools_stage_all
}