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-roundcube packages
21 # ----------------------------------------------------------------------
22 
23 install:
24  # alternc-roundcube files install
25  install -m 644 templates/roundcube/*.inc.php $(DESTDIR)/etc/alternc/templates/roundcube/
26  install -m 644 templates/roundcube/plugins/password/config.inc.php $(DESTDIR)/etc/alternc/templates/roundcube/plugins/password/
27  install -m 644 templates/roundcube/plugins/managesieve/config.inc.php $(DESTDIR)/etc/alternc/templates/roundcube/plugins/managesieve/
28  install -m 644 roundcube_alternc_logo.png $(DESTDIR)/usr/share/roundcube/skins/default/images/
29  install -m 750 roundcube-install $(DESTDIR)/usr/lib/alternc/install.d/
30  # domaintype template:
31  install -m 644 templates/apache2/roundcube.conf $(DESTDIR)/etc/alternc/templates/apache2/
32  # Desktop files
33  install -o 1999 -g 1999 -m 644 class/m_roundcube.php $(DESTDIR)/usr/share/alternc/panel/class/