1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../bzip2/makefile.patch
5 # Copyright (C) 2007 - 2008 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 No test (we are usually cross compiling anyway) and no chmod on executables,
18 as we translate some into /bin on-the-fly.
20 - Rene Rebe <rene@exactcode.de>
22 --- bzip2-1.0.4/Makefile.vanilla 2007-01-06 15:53:09.776200767 +0100
23 +++ bzip2-1.0.4/Makefile 2007-01-06 15:53:16.420579409 +0100
28 -all: libbz2.a bzip2 bzip2recover test
29 +all: libbz2.a bzip2 bzip2recover
31 bzip2: libbz2.a bzip2.o
32 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2
33 --- bzip2-1.0.4/Makefile.vanilla 2007-01-06 15:54:44.681609118 +0100
34 +++ bzip2-1.0.4/Makefile 2007-01-06 15:56:11.462554482 +0100
36 cp -f bzip2 $(DESTDIR)$(PREFIX)/bin/bzcat
37 cp -f bzip2recover $(DESTDIR)$(PREFIX)/bin/bzip2recover
38 - chmod a+x $(DESTDIR)$(PREFIX)/bin/bzip2
39 - chmod a+x $(DESTDIR)$(PREFIX)/bin/bunzip2
40 - chmod a+x $(DESTDIR)$(PREFIX)/bin/bzcat
41 - chmod a+x $(DESTDIR)$(PREFIX)/bin/bzip2recover
42 cp -f bzip2.1 $(DESTDIR)$(PREFIX)/man/man1
43 chmod a+r $(DESTDIR)$(PREFIX)/man/man1/bzip2.1