slitaz-dev-tools diff tazpkg-web/Makefile @ rev 44

tazpkg-web: Up web interface with new slitaz theme and fix search box
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 30 01:32:09 2011 +0200 (2011-03-30)
parents
children 7d035046a30a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazpkg-web/Makefile	Wed Mar 30 01:32:09 2011 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# Makefile for Tazpkg.
     1.5 +#
     1.6 +PREFIX?=/usr
     1.7 +LIBDIR?=/var/lib/tazpkg-web
     1.8 +SYSCONFDIR?=/etc/slitaz
     1.9 +DESTDIR?=
    1.10 +
    1.11 +all:
    1.12 +
    1.13 +# Installation.
    1.14 +
    1.15 +install:
    1.16 +	mkdir -p $(DESTDIR)$(PREFIX)/bin \
    1.17 +		$(DESTDIR)$(SYSCONFDIR)
    1.18 +	cp -a tazpkg-web $(DESTDIR)$(PREFIX)/bin
    1.19 +	#cp -a tazpkg-web.conf $(DESTDIR)$(SYSCONFDIR)
    1.20 +	
    1.21 +	
    1.22 +# Uninstallation and clean-up commands.
    1.23 +
    1.24 +uninstall:
    1.25 +	rm -f $(DESTDIR)$(PREFIX)/bin/tazpkg-web
    1.26 +	rm -f $(DESTDIR)$(SYSCONFDIR)/tazpkg-web.conf