blob: 9f96be15fac75426c1faf4913c616e8058b52de3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Demo helper scripts for Matrix v2"
HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.0"
inherit allarch
S = "${WORKDIR}/git/scripts"
do_install_append(){
install -d ${D}${bindir}
install -m 0755 ${S}/optimize-benchmark.sh ${D}${bindir}/
}
FILES_${PN} += "{bindir}/*"
|