From 5ae79482e9a2412a38132f3020767c3fd4807ff4 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 1 Aug 2007 14:28:08 +0000 Subject: [PATCH] gtkimageview: add imageviewing widget --- packages/raw-tools/gtkimageview_1.3.0.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/raw-tools/gtkimageview_1.3.0.bb 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 +} + + -- 2.39.5