aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk-theme-torturer/gtk-theme-torturer_git.bb
blob: e62ef592bec65b2d5dcbbefae069c7a9c9e94ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}
}