]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add gtk-theme-torturer
authorRoss Burton <ross@openedhand.com>
Thu, 15 Mar 2007 10:38:10 +0000 (10:38 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 15 Mar 2007 10:38:10 +0000 (10:38 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1348 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gtk-theme-torturer/gtk-theme-torturer_git.bb [new file with mode: 0644]

diff --git a/meta/packages/gtk-theme-torturer/gtk-theme-torturer_git.bb b/meta/packages/gtk-theme-torturer/gtk-theme-torturer_git.bb
new file mode 100644 (file)
index 0000000..adcdf2e
--- /dev/null
@@ -0,0 +1,19 @@
+DESCRIPTION = "Gtk+ Theme Benchmark Program"
+DEPENDS = "gtk+"
+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}
+}
+
+