2be1ffd9f02bde4e589e857a62f1d5feea54c446
[disorder] / debian / rules.m4
1 #
2 # This file is part of DisOrder.
3 # Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18 # USA
19 #
20
21 CONFIGURE=--prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man
22 LIBTOOL=./libtool
23
24 build
25
26 archpkg([disorder], [ m4_dnl
27 $(MAKE) DESTDIR=`pwd`/debian/disorder staticdir=/var/www/disorder installdirs install
28 rm -f debian/disorder/usr/bin/disorder-playrtp
29 rm -f debian/disorder/usr/bin/disobedience
30 rm -f debian/disorder/usr/share/man/man1/disorder-playrtp.1
31 rm -f debian/disorder/usr/share/man/man1/disobedience.1
32 mkdir -m 755 -p debian/disorder/etc/disorder
33 mkdir -m 755 -p debian/disorder/etc/init.d
34 mkdir -m 755 -p debian/disorder/usr/lib/cgi-bin/disorder
35 mkdir -m 755 -p debian/disorder/var/lib/disorder
36 mkdir -m 755 -p debian/disorder/usr/share/doc/disorder/ChangeLog.d
37 $(INSTALL) -m 755 examples/disorder.init \
38 debian/disorder/etc/init.d/disorder
39 $(INSTALL) -m 644 debian/etc.disorder.config \
40 debian/disorder/etc/disorder/config
41 $(INSTALL) -m 644 debian/etc.disorder.options \
42 debian/disorder/etc/disorder/options
43 $(LIBTOOL) --mode=install $(INSTALL) -m 755 server/disorder.cgi \
44 $(shell pwd)/debian/disorder/usr/lib/cgi-bin/disorder/disorder
45 dpkg-shlibdeps -Tdebian/substvars.disorder \
46 debian/disorder/usr/bin/* \
47 debian/disorder/usr/lib/cgi-bin/disorder/* \
48 debian/disorder/usr/sbin/* \
49 debian/disorder/usr/lib/disorder/*.so*
50 $(INSTALL) -m 644 debian/htaccess \
51 debian/disorder/usr/lib/cgi-bin/disorder/.htaccess
52 $(INSTALL) -m 644 CHANGES README debian/README.Debian \
53 BUGS README.* \
54 debian/disorder/usr/share/doc/disorder/.
55 $(INSTALL) -m 644 ChangeLog.d/*--* \
56 debian/disorder/usr/share/doc/disorder/ChangeLog.d
57 $(INSTALL) -m 644 COPYING debian/disorder/usr/share/doc/disorder/GPL
58 gzip -9f debian/disorder/usr/share/doc/disorder/ChangeLog.d/*--* \
59 debian/disorder/usr/share/doc/disorder/CHANGES \
60 debian/disorder/usr/share/doc/disorder/README \
61 debian/disorder/usr/share/doc/disorder/README.* \
62 debian/disorder/usr/share/doc/disorder/BUGS \
63 debian/disorder/usr/share/doc/disorder/GPL \
64 debian/disorder/usr/share/man/man*/*
65 ])
66
67 archpkg([disorder-playrtp], [ m4_dnl
68 mkdir -p debian/disorder-playrtp/usr/bin
69 mkdir -p debian/disorder-playrtp/usr/share/man/man1
70 $(INSTALL) -m 755 clients/disorder-playrtp \
71 debian/disorder-playrtp/usr/bin/disorder-playrtp
72 $(INSTALL) -m 755 doc/disorder-playrtp.1 \
73 debian/disorder-playrtp/usr/share/man/man1/disorder-playrtp.1
74 dpkg-shlibdeps -Tdebian/substvars.disorder-playrtp \
75 debian/disorder-playrtp/usr/bin/*
76 $(INSTALL) -m 644 debian/README.RTP \
77 debian/disorder-playrtp/usr/share/doc/disorder-playrtp/README
78 $(INSTALL) -m 644 COPYING debian/disorder-playrtp/usr/share/doc/disorder-playrtp/GPL
79 $(INSTALL) -m 644 CHANGES debian/disorder-playrtp/usr/share/doc/disorder-playrtp/CHANGES
80 gzip -9f debian/disorder-playrtp/usr/share/doc/disorder-playrtp/GPL \
81 debian/disorder-playrtp/usr/share/doc/disorder-playrtp/CHANGES \
82 debian/disorder-playrtp/usr/share/man/man*/*
83 ])
84
85 archpkg([disobedience], [ m4_dnl
86 mkdir -p debian/disobedience/usr/bin
87 mkdir -p debian/disobedience/usr/share/man/man1
88 $(INSTALL) -m 755 disobedience/disobedience \
89 debian/disobedience/usr/bin/disobedience
90 $(INSTALL) -m 755 doc/disobedience.1 \
91 debian/disobedience/usr/share/man/man1/disobedience.1
92 $(INSTALL) -m 644 debian/etc.disorder.config \
93 debian/disorder/etc/disorder/config
94 dpkg-shlibdeps -Tdebian/substvars.disobedience \
95 debian/disobedience/usr/bin/*
96 $(INSTALL) -m 644 COPYING debian/disobedience/usr/share/doc/disobedience/GPL
97 $(INSTALL) -m 644 CHANGES debian/disobedience/usr/share/doc/disobedience/CHANGES
98 gzip -9f debian/disobedience/usr/share/doc/disobedience/GPL \
99 debian/disobedience/usr/share/doc/disobedience/CHANGES \
100 debian/disobedience/usr/share/man/man*/*
101 ])
102
103 binary
104
105 clean
106
107 regenerate