Alternc  latest
Alternc logiel libre pour l'hébergement
rules
Go to the documentation of this file.
1 #!/usr/bin/make -f
2 # Sample debian/rules that uses debhelper.
3 # This file is public domain software, originally written by Joey Hess.
4 #
5 # This version is for a multibinary package. It also allows you to build any
6 # of the binary packages independantly, via binary-<package> targets.
7 
8 # Uncomment this to turn on verbose mode.
9 export DH_VERBOSE=1
10 
11 override_dh_install:
12 #dh install
13  $(MAKE) install-alternc DESTDIR=$(CURDIR)/debian/alternc
14  $(MAKE) install-squirrelmail DESTDIR=$(CURDIR)/debian/alternc-squirrelmail
15  $(MAKE) install-roundcube DESTDIR=$(CURDIR)/debian/alternc-roundcube
16  $(MAKE) install-awstats DESTDIR=$(CURDIR)/debian/alternc-awstats
17  $(MAKE) install-slave DESTDIR=$(CURDIR)/debian/alternc-slave
18  $(MAKE) install-api DESTDIR=$(CURDIR)/debian/alternc-api
19 
20 %:
21  dh $@
22