version := $(shell apt-cache show xbmc | grep Version | sed "s/.*:\([0-9.]*\).*/\1/") deps := python-software-properties xbmc deps_message := You must first add a ppa reposetory, before you can add xbmc: \nsudo add-apt-repository ppa:team-xbmc/ppa && sudo apt-get update include ../Makefile.default include ../Makefile.tools all: $(modul).$(suffix) clean: _clean $(modul): $(addon) $(MAKE) copy_from_host rm -rf $@/usr/lib/xbmc/system/python