slitaz-forge view chub/Makefile @ rev 124

merge
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 15 03:56:48 2012 +0100 (2012-03-15)
parents
children c67fbfe8b9d2
line source
1 # Makefile for Chub tools.
2 # Check the README for more information.
3 #
5 PREFIX?=/usr
7 all:
9 install:
10 install -m 0777 chub $(PREFIX)/bin
11 install -m 0644 files/etc/lighttpd/vhosts.conf /etc/lighttpd
13 uninstall:
14 rm -f $(PREFIX)/bin/chub
15 rm -f /etc/lighttpd/vhosts.conf