Modifying spec file to rely on Common module, and copying the code from it once insta...
[profile/ivi/html5_UI_SDL.git] / Makefile
1 PROJECT = html5UISDL
2
3 VERSION := 0.0.1
4 PACKAGE = $(PROJECT)-$(VERSION)
5
6 INSTALL_FILES = $(PROJECT).wgt
7 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
8
9 wgtPkg:
10         zip -r $(PROJECT).wgt app audio config.xml css ffw icon.png images index.html js lib locale
11
12 install:
13         @echo "Installing Smart Device Link, stand by..."
14         mkdir -p $(INSTALL_DIR)/
15         cp $(PROJECT).wgt $(INSTALL_DIR)/
16
17 dist:
18         tar czf ../$(PACKAGE).tar.bz2 .