merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / fstests / fstests.bb
blob027a990200bbbfe6106c1f2b758097faff75c1b6
1 DESCRIPTION = "Various benchmarking tests for X"
2 HOMEPAGE = "http://www.o-hand.com"
3 SECTION = "devel"
4 LICENSE = "GPL"
5 PV = "0.0+svn${SRCDATE}"
6 PR = "r2"
8 DEPENDS = "gtk+"
10 inherit autotools
12 SRC_URI = \
13 "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http"
15 S = "${WORKDIR}/fstests/tests"
17 do_install() {
18 install -d ${D}${bindir}
19 find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \;