4 PACKAGE = $(PROJECT)-$(VERSION)
6 INSTALL_FILES = $(PROJECT).wgt
7 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
10 zip -r $(PROJECT).wgt config.xml css icon.png images index.html js templates
13 @echo "Installing Navigation, stand by..."
14 mkdir -p $(INSTALL_DIR)/
15 cp $(PROJECT).wgt $(INSTALL_DIR)/
18 tar czf ../$(PACKAGE).tar.bz2 .