From: Bruno Tarquini <btarquini@gmail.com>
[framework/uifw/expedite.git] / expedite.oe
1 DESCRIPTION = "Expedite Evas benchmark/test suite"
2 HOMEPAGE = "http://www.enlightenment.org"
3 MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>"
4 SECTION = "e/test"
5 PRIORITY = "optional"
6 DEPENDS = "evas"
7 PV = "0.7.0"
8 PR = "1"
9
10 do_prepsources () {
11   make clean distclean || true
12 }
13 addtask prepsources after do_fetch before do_unpack
14 SRC_URI = "file://./"
15 S = "${WORKDIR}/expedite"
16
17 inherit autotools pkgconfig binconfig
18
19 EXTRA_OECONF = ""
20
21 FILES_${PN} = "${bindir}/* ${datadir}"