add gtk-theme-torturer, a stress test and benchmark utility for gtk themes
authorMichael Lauer <mickey@vanille-media.de>
Fri, 12 Jan 2007 22:59:24 +0000 (22:59 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 12 Jan 2007 22:59:24 +0000 (22:59 +0000)
packages/gtk-theme-torturer/.mtn2git_empty [new file with mode: 0644]
packages/gtk-theme-torturer/gtk-theme-torturer_git.bb [new file with mode: 0644]

diff --git a/packages/gtk-theme-torturer/.mtn2git_empty b/packages/gtk-theme-torturer/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
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 (file)
index 0000000..e62ef59
--- /dev/null
@@ -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}
+}
+
+