chiark / gitweb /
correct menu support. update-menus.1 fibs l-)
[disorder] / debian / rules.m4
CommitLineData
460b9539 1#
2# This file is part of DisOrder.
eb525fcd 3# Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell
460b9539 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
21CONFIGURE=--prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man
22LIBTOOL=./libtool
23
24build
25
26archpkg([disorder], [ m4_dnl
27 $(MAKE) DESTDIR=`pwd`/debian/disorder staticdir=/var/www/disorder installdirs install
66ec39ed 28 rm -f debian/disorder/usr/bin/disorder-playrtp
6f3acea9 29 rm -f debian/disorder/usr/bin/disobedience
66ec39ed 30 rm -f debian/disorder/usr/share/man/man1/disorder-playrtp.1
6f3acea9 31 rm -f debian/disorder/usr/share/man/man1/disobedience.1
294c70ed
RK
32 $(MKDIR) debian/disorder/etc/disorder
33 $(MKDIR) debian/disorder/etc/init.d
34 $(MKDIR) debian/disorder/usr/lib/cgi-bin/disorder
35 $(MKDIR) debian/disorder/var/lib/disorder
07184dd3 36 $(INSTALL_SCRIPT) examples/disorder.init \
460b9539 37 debian/disorder/etc/init.d/disorder
07184dd3 38 $(INSTALL_DATA) debian/etc.disorder.config \
460b9539 39 debian/disorder/etc/disorder/config
07184dd3 40 $(INSTALL_DATA) debian/etc.disorder.options \
460b9539 41 debian/disorder/etc/disorder/options
07184dd3 42 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) server/disorder.cgi \
460b9539 43 $(shell pwd)/debian/disorder/usr/lib/cgi-bin/disorder/disorder
44 dpkg-shlibdeps -Tdebian/substvars.disorder \
45 debian/disorder/usr/bin/* \
46 debian/disorder/usr/lib/cgi-bin/disorder/* \
47 debian/disorder/usr/sbin/* \
460b9539 48 debian/disorder/usr/lib/disorder/*.so*
07184dd3 49 $(INSTALL_DATA) debian/htaccess \
460b9539 50 debian/disorder/usr/lib/cgi-bin/disorder/.htaccess
07184dd3 51 $(INSTALL_DATA) CHANGES README debian/README.Debian \
460b9539 52 BUGS README.* \
53 debian/disorder/usr/share/doc/disorder/.
07184dd3
RK
54 bzr log > debian/disorder/usr/share/doc/disorder/changelog
55 gzip -9f debian/disorder/usr/share/doc/disorder/changelog \
460b9539 56 debian/disorder/usr/share/doc/disorder/CHANGES \
57 debian/disorder/usr/share/doc/disorder/README \
58 debian/disorder/usr/share/doc/disorder/README.* \
59 debian/disorder/usr/share/doc/disorder/BUGS \
f1b2e9ac 60 debian/disorder/usr/share/man/man*/*
460b9539 61])
62
66ec39ed 63archpkg([disorder-playrtp], [ m4_dnl
294c70ed
RK
64 $(MKDIR) debian/disorder-playrtp/usr/bin
65 $(MKDIR) debian/disorder-playrtp/usr/share/man/man1
07184dd3 66 $(INSTALL_PROGRAM) clients/disorder-playrtp \
66ec39ed 67 debian/disorder-playrtp/usr/bin/disorder-playrtp
07184dd3 68 $(INSTALL_DATA) doc/disorder-playrtp.1 \
66ec39ed
RK
69 debian/disorder-playrtp/usr/share/man/man1/disorder-playrtp.1
70 dpkg-shlibdeps -Tdebian/substvars.disorder-playrtp \
71 debian/disorder-playrtp/usr/bin/*
07184dd3 72 $(INSTALL_DATA) debian/README.RTP \
66ec39ed 73 debian/disorder-playrtp/usr/share/doc/disorder-playrtp/README
07184dd3
RK
74 $(INSTALL_DATA) CHANGES debian/disorder-playrtp/usr/share/doc/disorder-playrtp/CHANGES
75 gzip -9f debian/disorder-playrtp/usr/share/doc/disorder-playrtp/CHANGES \
66ec39ed
RK
76 debian/disorder-playrtp/usr/share/man/man*/*
77])
78
6f3acea9 79archpkg([disobedience], [ m4_dnl
294c70ed
RK
80 $(MKDIR) debian/disobedience/usr/bin
81 $(MKDIR) debian/disobedience/usr/share/man/man1
82 $(MKDIR) debian/disobedience/usr/share/pixmaps
83 $(MKDIR) debian/disobedience/usr/share/menu
07184dd3
RK
84 $(MAKE) -C disobedience install DESTDIR=`pwd`/debian/disobedience
85 $(INSTALL_DATA) doc/disobedience.1 \
6f3acea9 86 debian/disobedience/usr/share/man/man1/disobedience.1
294c70ed
RK
87 $(INSTALL_DATA) images/disobedience16x16.xpm \
88 images/disobedience32x32.xpm \
89 debian/disobedience/usr/share/pixmaps
90 $(INSTALL_DATA) debian/usr.share.menu.disobedience \
91 debian/disobedience/usr/share/menu/disobedience
07184dd3 92 $(INSTALL_DATA) debian/etc.disorder.config \
6f3acea9
RK
93 debian/disorder/etc/disorder/config
94 dpkg-shlibdeps -Tdebian/substvars.disobedience \
95 debian/disobedience/usr/bin/*
07184dd3
RK
96 $(INSTALL_DATA) CHANGES debian/disobedience/usr/share/doc/disobedience/CHANGES
97 gzip -9f debian/disobedience/usr/share/doc/disobedience/CHANGES \
6f3acea9
RK
98 debian/disobedience/usr/share/man/man*/*
99])
100
460b9539 101binary
102
103clean
104
105regenerate