Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
SRCREV = "64"
PV = "0.4.2+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
S = "${WORKDIR}/build"
SRC_URI = "svn://xeres.cz/spoje;module=build"
+# override base_do_compile with own as included Makefile calls ipkg-build and it's not usefull to us at all
+do_compile() {
+ # fix QA issue
+ sed -i '/^Encoding/d;/^Version/d;s/Categories=Application;/Categories=Utility;/g' ${S}/data/spoje.desktop
+}
+
do_install() {
install -d "${D}/${bindir}"
install -m 0755 "${S}/src/spoje.py" "${D}/${bindir}"