]> git.pld-linux.org Git - packages/sox.git/blame - sox-install.patch
- Updated for 12.7.4-pre2
[packages/sox.git] / sox-install.patch
CommitLineData
08bdd41f 1--- sox/Makefile.in~ Sat Feb 8 15:38:25 2003
2+++ sox/Makefile.in Tue Feb 18 21:04:32 2003
3@@ -98,35 +98,35 @@
0ad9c485 4 PLAY_INSTALL_1 = install-play
5
6 install: sox soxmix $(PLAY_INSTALL_$(PLAY_SUPPORT))
7- $(srcdir)/mkinstalldirs $(bindir)
8- $(srcdir)/mkinstalldirs $(mandir)/man1
9- $(INSTALL) -c -m 755 sox $(bindir)
10- $(INSTALL) -c -m 755 soxmix $(bindir)
11- $(INSTALL) -c -m 644 $(srcdir)/sox.1 $(mandir)/man1
12- if [ -f $(mandir)/man1/soxmix.1 ] ; then $(RM) $(mandir)/man1/soxmix.1; fi
13- $(LN_S) $(mandir)/man1/sox.1 $(mandir)/man1/soxmix.1
14- $(INSTALL) -c -m 644 $(srcdir)/soxexam.1 $(mandir)/man1
15+ $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
16+ $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
17+ $(INSTALL) -c -m 755 sox $(DESTDIR)$(bindir)
18+ $(INSTALL) -c -m 755 soxmix $(DESTDIR)$(bindir)
19+ $(INSTALL) -c -m 644 $(srcdir)/sox.1 $(DESTDIR)$(mandir)/man1
20+ if [ -f $(DESTDIR)$(mandir)/man1/soxmix.1 ] ; then $(RM) $(DESTDIR)$(mandir)/man1/soxmix.1; fi
21+ echo ".so sox.1" > $(DESTDIR)$(mandir)/man1/soxmix.1
22+ $(INSTALL) -c -m 644 $(srcdir)/soxexam.1 $(DESTDIR)$(mandir)/man1
23
08bdd41f 24 install-play:
0ad9c485 25- if [ -f $(bindir)/rec ] ; then $(RM) $(bindir)/rec; fi
26- if [ -f $(mandir)/man1/rec.1 ]; then $(RM) $(mandir)/man1/rec.1; fi
27- $(srcdir)/mkinstalldirs $(mandir)/man1
28- $(srcdir)/mkinstalldirs $(bindir)
29- $(INSTALL) -c -m 755 play $(bindir)
30- $(INSTALL) -c -m 644 $(srcdir)/play.1 $(mandir)/man1
31- $(LN_S) $(bindir)/play $(bindir)/rec
32- $(LN_S) $(mandir)/man1/play.1 $(mandir)/man1/rec.1
33+ if [ -f $(DESTDIR)$(bindir)/rec ] ; then $(RM) $(DESTDIR)$(bindir)/rec; fi
34+ if [ -f $(DESTDIR)$(mandir)/man1/rec.1 ]; then $(RM) $(DESTDIR)$(mandir)/man1/rec.1; fi
35+ $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
36+ $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
37+ $(INSTALL) -c -m 755 play $(DESTDIR)$(bindir)
38+ $(INSTALL) -c -m 644 $(srcdir)/play.1 $(DESTDIR)$(mandir)/man1
39+ $(LN_S) $(bindir)/play $(DESTDIR)$(bindir)/rec
40+ echo ".so sox.1" > $(DESTDIR)$(mandir)/man1/rec.1
41
42 install-lib: libst.a
43- $(srcdir)/mkinstalldirs $(libdir)
44- $(srcdir)/mkinstalldirs $(mandir)/man3
45- $(srcdir)/mkinstalldirs $(includedir)
08bdd41f 46- $(INSTALL) -c -m 755 libst-config $(bindir)
0ad9c485 47- $(INSTALL) -c -m 644 libst.a $(libdir)
48- $(RANLIB) $(libdir)/libst.a
49- $(INSTALL) -c -m 644 $(srcdir)/libst.3 $(mandir)/man3
50- $(INSTALL) -c -m 644 $(srcdir)/st.h $(includedir)
51- $(INSTALL) -c -m 644 ststdint.h $(includedir)
52+ $(srcdir)/mkinstalldirs $(DESTDIR)$(libdir)
53+ $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man3
54+ $(srcdir)/mkinstalldirs $(DESTDIR)$(includedir)
08bdd41f 55+ $(INSTALL) -c -m 755 libst-config $(DESTDIR)$(bindir)
0ad9c485 56+ $(INSTALL) -c -m 644 libst.a $(DESTDIR)$(libdir)
57+ $(RANLIB) $(DESTDIR)$(libdir)/libst.a
58+ $(INSTALL) -c -m 644 $(srcdir)/libst.3 $(DESTDIR)$(mandir)/man3
59+ $(INSTALL) -c -m 644 $(srcdir)/st.h $(DESTDIR)$(includedir)
60+ $(INSTALL) -c -m 644 ststdint.h $(DESTDIR)$(includedir)
61
08bdd41f 62 GSM_INSTALL_0 =
63 GSM_INSTALL_1 = install-gsmlib
This page took 0.053982 seconds and 4 git commands to generate.