slitaz-dev-tools view tazdev/Makefile @ rev 191

tazdev: change relpkg behavior. retrieve the last version from .hgtags. Put archive in /src
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 17 12:07:53 2013 +0100 (2013-01-17)
parents 1c325594af61
children
line source
1 # Makefile for Tazdev.
2 #
4 PREFIX?=/usr
5 DESTDIR?=
7 all:
9 install:
10 install -m 0755 tazdev $(DESTDIR)$(PREFIX)/bin
11 install -m 0644 tazdev.conf $(DESTDIR)/etc/slitaz
13 uninstall:
14 rm -rf \
15 $(DESTDIR)$(PREFIX)/bin/tazdev \
16 $(DESTDIR)/etc/slitaz/tazdev.conf