slitaz-forge annotate chub/Makefile @ rev 688
scn: bigger font (match website)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 25 00:01:52 2017 +0100 (2017-03-25) |
parents | c67fbfe8b9d2 |
children |
rev | line source |
---|---|
pankso@97 | 1 # Makefile for Chub tools. |
pankso@97 | 2 # Check the README for more information. |
pankso@97 | 3 # |
pankso@97 | 4 |
pankso@97 | 5 PREFIX?=/usr |
pankso@97 | 6 |
pankso@97 | 7 all: |
pankso@97 | 8 |
pankso@97 | 9 install: |
pankso@127 | 10 install -m 0777 -d /var/spool/cron/crontabs |
pankso@97 | 11 install -m 0777 chub $(PREFIX)/bin |
pankso@128 | 12 install -m 0644 chub.conf /etc/slitaz |
pankso@97 | 13 install -m 0644 files/etc/lighttpd/vhosts.conf /etc/lighttpd |
pankso@127 | 14 install -m 0644 files/var/spool/cron/crontabs/root \ |
pankso@127 | 15 /var/spool/cron/crontabs |
pankso@97 | 16 |
pankso@97 | 17 uninstall: |
pankso@97 | 18 rm -f $(PREFIX)/bin/chub |
pankso@97 | 19 rm -f /etc/lighttpd/vhosts.conf |
pankso@127 | 20 rm -f /var/spool/cron/crontabs/root |