Alternc  latest
Alternc logiel libre pour l'hébergement
Makefile
Go to the documentation of this file.
1 # ----------------------------------------------------------------------
2 # LICENSE
3 #
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License (GPL)
6 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
13 #
14 # To read the license please visit http://www.gnu.org/copyleft/gpl.html
15 # ----------------------------------------------------------------------
16 # Purpose of file: Install the files of alternc-awstats packages
17 # ----------------------------------------------------------------------
18 
19 install:
20  install -m 0644 -g root -o root alterncawstats.conf $(DESTDIR)/etc/alternc/
21  install -m 0755 -g root -o root logresolvemerge.pl $(DESTDIR)/usr/lib/alternc/
22  install -m 0644 -g 1999 -o root awstats_alternc.png $(DESTDIR)/usr/share/awstats/icon/other/
23  install -m 0755 -g 1999 -o root alternc-awstats $(DESTDIR)/usr/lib/alternc/
24  install -m 0755 -g 1999 -o root awstats.cache.php $(DESTDIR)/usr/lib/alternc/
25  install -m 0644 awstats.sql $(DESTDIR)/usr/share/alternc/
26  install -m 0644 -g 1999 -o root awstats.template.conf $(DESTDIR)/etc/alternc/templates/awstats/
27  install -m 0644 -g 1999 -o root awstats.alternc.generic.conf $(DESTDIR)/etc/alternc/
28  install -m 0644 -g 1999 -o root awstats.alternc.generic.conf $(DESTDIR)/etc/alternc/
29  install -m 0644 -g 1999 -o root bureau/class/m_aws.php $(DESTDIR)/usr/share/alternc/panel/class/
30  install -m 0644 -g 1999 -o root bureau/admin/* $(DESTDIR)/usr/share/alternc/panel/admin/
31  install -m 750 awstats-install $(DESTDIR)/usr/lib/alternc/install.d/
32 
33  #install -m 0444 lintian-override $(DESTDIR)/usr/share/lintian/overrides/alternc-awstats