Add gtk-theme-torturer

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1348 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-03-15 10:38:10 +00:00
parent 9daab5bbda
commit 22281923ab
1 changed files with 19 additions and 0 deletions

View File

@ -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}
}