aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/raw-tools/gtkimageview_1.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/raw-tools/gtkimageview_1.3.0.bb')
-rw-r--r--recipes/raw-tools/gtkimageview_1.3.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/raw-tools/gtkimageview_1.3.0.bb b/recipes/raw-tools/gtkimageview_1.3.0.bb
new file mode 100644
index 0000000000..aa45fe09b0
--- /dev/null
+++ b/recipes/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
+}
+
+
extract OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 11b7024533bc6765f63779ee8e22147151cc127b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20