Alternc  latest
Alternc logiel libre pour l'hébergement
 All Classes Namespaces Files Functions Variables Pages
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-upnp packages
21 # ----------------------------------------------------------------------
22 
23 install:
24 # Desktop files
25  install -m 644 m_upnp.php $(DESTDIR)/usr/share/alternc/panel/class/
26  install -m 644 upnp_list.php upnp_change.php $(DESTDIR)/usr/share/alternc/panel/admin/
27  install -m 644 adminmenu_upnp.php $(DESTDIR)/usr/share/alternc/panel/admin/
28 # Cron
29  install -m 755 update_upnp.sh $(DESTDIR)/usr/lib/alternc/
30 # Install script
31  install -m 644 upnp.sql $(DESTDIR)/usr/share/alternc/install/
32  install -m 755 upnp-install $(DESTDIR)/usr/lib/alternc/install.d