New icon for application
[profile/ivi/saythis.git] / Makefile
1 PROJECT = saythis
2 INSTALL_FILES = css js saythis.png index.html README.txt LICENSE
3
4 VERSION := 0.0.1
5 PACKAGE = $(PROJECT)-$(VERSION)
6
7 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
8
9 all:
10         @echo "Nothing to build"
11
12 wgtPkg:
13         zip -r $(PROJECT).wgt js css index.html manifest.json config.xml saythis.png
14
15 install:
16         @echo "Installing saythis, stand by..."
17         mkdir -p $(INSTALL_DIR)/
18         cp $(PROJECT).wgt $(INSTALL_DIR)/
19
20 dist:
21         tar czf ../$(PACKAGE).tar.bz2 .