aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk-theme-torturer
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-01-12 22:59:24 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-01-12 22:59:24 +0000
commit9f467916a1df9897c703e59fc6c979e3fc277491 (patch)
tree0028b6a809492a1ebd61c82482cadc2e8ed58cf9 /packages/gtk-theme-torturer
parent96610be7f09973209825a518a18f24282b35b162 (diff)
downloadopenembedded-9f467916a1df9897c703e59fc6c979e3fc277491.tar.gz
add gtk-theme-torturer, a stress test and benchmark utility for gtk themes
Diffstat (limited to 'packages/gtk-theme-torturer')
-rw-r--r--packages/gtk-theme-torturer/.mtn2git_empty0
-rw-r--r--packages/gtk-theme-torturer/gtk-theme-torturer_git.bb19
2 files changed, 19 insertions, 0 deletions
diff --git a/packages/gtk-theme-torturer/.mtn2git_empty b/packages/gtk-theme-torturer/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gtk-theme-torturer/.mtn2git_empty
diff --git a/packages/gtk-theme-torturer/gtk-theme-torturer_git.bb b/packages/gtk-theme-torturer/gtk-theme-torturer_git.bb
new file mode 100644
index 0000000000..e62ef592be
--- /dev/null
+++ b/packages/gtk-theme-torturer/gtk-theme-torturer_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Gtk+ Theme Benchmark Program"
+DEPENDS = "gtk+-2.0"
+HOMEPAGE = "http://wiki.laptop.org/go/GTK_for_OLPC"
+SECTION = "devel"
+LICENSE = "GPL"
+
+PV = "0.0.0+git${SRCDATE}"
+
+SRC_URI = "git://dev.laptop.org/projects/soc-gtk/;protocol=git"
+S = "${WORKDIR}/git/gtk-theme-torturer"
+
+CFLAGS += "-Wl,-rpath-link,${STAGING_LIBDIR}"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 torturer ${D}${bindir}
+}
+
+