From 9f467916a1df9897c703e59fc6c979e3fc277491 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 12 Jan 2007 22:59:24 +0000 Subject: add gtk-theme-torturer, a stress test and benchmark utility for gtk themes --- packages/gtk-theme-torturer/gtk-theme-torturer_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/gtk-theme-torturer/gtk-theme-torturer_git.bb (limited to 'packages/gtk-theme-torturer/gtk-theme-torturer_git.bb') 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} +} + + -- cgit v1.2.3