1require ${BPN}.inc
2
3inherit native
4
5OECMAKE_SOURCEPATH = "${S}/src/gentables"
6
7do_install() {
8    install -d ${D}/${bindir}
9    install -m 755 ${B}/make_tables.exe ${D}/${bindir}/
10}
11