diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-01 14:28:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-01 14:28:08 +0000 |
commit | 5ae79482e9a2412a38132f3020767c3fd4807ff4 (patch) | |
tree | bbc4429beb97f38e282cfd995a0b8c26149ef00e /packages/raw-tools/gtkimageview_1.3.0.bb | |
parent | 9231e4d4299d81f60f3308ba11dbbb5394db89b5 (diff) |
gtkimageview: add imageviewing widget
Diffstat (limited to 'packages/raw-tools/gtkimageview_1.3.0.bb')
-rw-r--r-- | packages/raw-tools/gtkimageview_1.3.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/raw-tools/gtkimageview_1.3.0.bb b/packages/raw-tools/gtkimageview_1.3.0.bb new file mode 100644 index 0000000000..aa45fe09b0 --- /dev/null +++ b/packages/raw-tools/gtkimageview_1.3.0.bb @@ -0,0 +1,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 +} + + |