linux-omap 2.6.39: sync with meta-texasinstruments
[openembedded.git] / recipes / fstests / fstests_svn.bb
blobd143ee55daa2b8af80edfeea5c428a9303b7fad5
1 DESCRIPTION = "Various benchmarking tests for X"
2 HOMEPAGE = "http://www.o-hand.com"
3 SECTION = "devel"
4 LICENSE = "GPL"
6 SRCREV = "204"
7 PV = "0.0+svn${SRCDATE}"
8 PR = "r2"
10 DEPENDS = "gtk+"
12 inherit autotools
14 SRC_URI = \
15 "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http"
17 S = "${WORKDIR}/fstests/tests"
19 do_install() {
20 install -d ${D}${bindir}
21 find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \;