You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
492 B
21 lines
492 B
DESCRIPTION = "Expedite Evas benchmark/test suite" |
|
HOMEPAGE = "http://www.enlightenment.org" |
|
MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>" |
|
SECTION = "e/test" |
|
PRIORITY = "optional" |
|
DEPENDS = "evas" |
|
PV = "0.7.0" |
|
PR = "1" |
|
|
|
do_prepsources () { |
|
make clean distclean || true |
|
} |
|
addtask prepsources after do_fetch before do_unpack |
|
SRC_URI = "file://./" |
|
S = "${WORKDIR}/expedite" |
|
|
|
inherit autotools pkgconfig binconfig |
|
|
|
EXTRA_OECONF = "" |
|
|
|
FILES_${PN} = "${bindir}/* ${datadir}"
|
|
|