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-api package
17 # ----------------------------------------------------------------------
18 
19 install:
20  install -m 0644 -g root -o root api.conf $(DESTDIR)/etc/alternc/apache-panel.d
21  install -m 0644 api.sql $(DESTDIR)/usr/share/alternc/
22  install -m 0644 -g 1999 -o root panel/* $(DESTDIR)/usr/share/alternc/panel/admin/api/
23  install -m 0644 ../lib/Alternc/Api/*.php $(DESTDIR)/usr/share/php/Alternc/Api/
24  install -m 0644 ../lib/Alternc/Api/Auth/*.php $(DESTDIR)/usr/share/php/Alternc/Api/Auth/
25  install -m 0644 ../lib/Alternc/Api/Object/*.php $(DESTDIR)/usr/share/php/Alternc/Api/Object/
26