[oe-commits] org.oe.dev gtkimageview: add imageviewing widget

koen commit openembedded-commits at lists.openembedded.org
Wed Aug 1 14:42:22 UTC 2007


gtkimageview: add imageviewing widget

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 6c4727ac5bb2108e4d8bb23180b09ba1bbc369cb
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6c4727ac5bb2108e4d8bb23180b09ba1bbc369cb
Files:
1
packages/raw-tools/gtkimageview_1.3.0.bb
Diffs:

#
# mt diff -r21747ec9c75571630e65ca1235d49fa9915b550d -r6c4727ac5bb2108e4d8bb23180b09ba1bbc369cb
#
# 
# 
# add_file "packages/raw-tools/gtkimageview_1.3.0.bb"
#  content [8f6abcf017161c97a74536827415084e0ba3e0de]
# 
============================================================
--- packages/raw-tools/gtkimageview_1.3.0.bb	8f6abcf017161c97a74536827415084e0ba3e0de
+++ packages/raw-tools/gtkimageview_1.3.0.bb	8f6abcf017161c97a74536827415084e0ba3e0de
@@ -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
+}
+
+






More information about the Openembedded-commits mailing list