Alternc  latest
Alternc logiel libre pour l'hébergement
Makefile
Go to the documentation of this file.
1 # ----------------------------------------------------------------------
2 # AlternC - Web Hosting System
3 # Copyright (C) 2000-2012 by the AlternC Development Team.
4 # https://alternc.org/
5 # ----------------------------------------------------------------------
6 # LICENSE
7 #
8 # This program is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU General Public License (GPL)
10 # as published by the Free Software Foundation; either version 2
11 # of the License, or (at your option) any later version.
12 #
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # To read the license please visit http://www.gnu.org/copyleft/gpl.html
19 # ----------------------------------------------------------------------
20 # Purpose of file: Install the files of alternc-squirrelmail packages
21 # ----------------------------------------------------------------------
22 
23 install:
24  # alternc-squirrelmail files install
25  install -m 644 templates/squirrelmail/* $(DESTDIR)/etc/alternc/templates/squirrelmail/
26  install -m 755 squirrelmail-install $(DESTDIR)/usr/lib/alternc/install.d/
27  # domaintype template:
28  install -m 644 templates/apache2/squirrelmail.conf $(DESTDIR)/etc/alternc/templates/apache2/squirrelmail.conf
29  # Desktop files
30  install -o 1999 -g 1999 -m 644 class/m_squirrelmail.php $(DESTDIR)/usr/share/alternc/panel/class/
31  # Squirrelmail Change Password Plugin
32  install -m 644 alternc_changepass/setup.php alternc_changepass/change.php $(DESTDIR)/usr/share/squirrelmail/plugins/alternc_changepass/