summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb')
-rw-r--r--meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb b/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
new file mode 100644
index 0000000000..889fd89417
--- /dev/null
+++ b/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
@@ -0,0 +1,21 @@
1SUMMARY = "GTK+ Theme benchmark program"
2DEPENDS = "gtk+"
3HOMEPAGE = "http://wiki.laptop.org/go/GTK_for_OLPC"
4SECTION = "devel"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://appwindow.c;endline=13;md5=8c09920de460c7ea1f64ee56986aabd9"
7
8SRCREV = "99962ae39bb5aadb31929b25c58e1a053f9c9545"
9PV = "0.0.0+git${SRCPV}"
10
11SRC_URI = "git://dev.laptop.org/projects/soc-gtk/"
12S = "${WORKDIR}/git/gtk-theme-torturer"
13
14CFLAGS += "-Wl,-rpath-link,${STAGING_LIBDIR}"
15
16do_install() {
17 install -d ${D}${bindir}
18 install -m 0755 torturer ${D}${bindir}
19}
20
21