Changeset 2158
- Timestamp:
- 12/29/07 08:05:22 (1 year ago)
- Files:
-
- branches/minimal/Makefile (modified) (1 diff)
- branches/minimal/doc/README.txt (modified) (1 diff)
- branches/minimal/packages/libxml2/Makefile (modified) (1 diff)
- branches/minimal/packages/pkgconfig/Makefile (modified) (1 diff)
- branches/minimal/packages/speech-dispatcher/Makefile (modified) (2 diffs)
- branches/minimal/packages/speech-dispatcher/speech-dispatcher-0.6.4-host-1.patch (deleted)
- branches/minimal/packages/speechd-up/Makefile (modified) (2 diffs)
- branches/minimal/packages/speechd-up/speechd-up-0.4-onechar-1.patch (copied) (copied from trunk/packages/speechd-up/speechd-up-0.4-onechar-1.patch)
- branches/minimal/packages/w3m/Makefile (modified) (3 diffs)
- branches/minimal/packages/w3m/w3m-0.5.2-gpm_fix-1.patch (copied) (copied from trunk/packages/w3m/w3m-0.5.2-gpm_fix-1.patch)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/minimal/Makefile
r2125 r2158 396 396 @sed -i 's/Version:$$/Version: $(VERSION)/' $(MP)/etc/issue* 397 397 @install -m644 doc/lfscd-remastering-howto.txt $(MP)/root 398 @sed -e 's/\[ version\]/$(VERSION)/' -e 's/\\_/_/g' \398 @sed -e 's/\[Version\]/$(VERSION)/' -e 's/\\_/_/g' \ 399 399 doc/README.txt >$(MP)/root/README.txt 400 400 @install -m600 root/.bashrc $(MP)/root/.bashrc branches/minimal/doc/README.txt
r2145 r2158 1 1 Official Linux From Scratch LiveCD 2 2 ================================== 3 Version: [ version]3 Version: [Version] 4 4 5 5 branches/minimal/packages/libxml2/Makefile
r1816 r2158 1 1 # LibXML2 Makefile 2 3 # Don't upgrade to 2.6.30 - will segfault on x86_64 4 # see http://bugs.debian.org/439967 and its duplicates 2 5 3 6 NM= libxml2 branches/minimal/packages/pkgconfig/Makefile
r1816 r2158 2 2 3 3 NM= pkg-config 4 VRS= 0.2 14 VRS= 0.22 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= http://pkgconfig.freedesktop.org/releases/$(FILE) 9 SHA-$(FILE)= b2508ba8404cad46ec42f6f58cbca43ae59d715f9 SHA-$(FILE)= 3ec40bda9864d7aa3c912c6ae87a750fd8b6e420 10 10 11 11 # Targets branches/minimal/packages/speech-dispatcher/Makefile
r2120 r2158 2 2 3 3 NM= speech-dispatcher 4 VRS= 0.6. 44 VRS= 0.6.5 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= http://www.freebsoft.org/pub/projects/speechd/$(FILE) 9 SHA-$(FILE)= 9350cffa71bb1d960cefe0dae66af5bfe90365709 SHA-$(FILE)= 5f2cd4964bf96e49e41bc6fe908f8f482f9ea0e7 10 10 11 PATCH1= $(DIR)-host-1.patch12 11 # Targets 13 12 … … 22 21 23 22 compile-stage2: 24 patch -Np1 -i ../$(PATCH1)25 23 sed -i -e 's/LogLevel 3/LogLevel 0/' \ 26 24 -e 's/# DefaultLanguage "en"/DefaultLanguage "en"/' \ 27 25 -e 's/^AddModule/#Addmodule/' \ 28 26 -e 's/#\(.*sd_espeak.*\)$$/\1/' \ 29 -e 's/DefaultModule flite/DefaultModule espeak/' \30 27 config/speechd.conf.in 31 28 ./configure --prefix=/usr --sysconfdir=/etc branches/minimal/packages/speechd-up/Makefile
r2085 r2158 8 8 URL-$(FILE)= http://www.freebsoft.org/pub/projects/speechd-up/$(FILE) 9 9 SHA-$(FILE)= ad31c9a15fd8f5616aff4d35713f736ad8266a92 10 11 PATCH1= speechd-up-0.4-onechar-1.patch 10 12 11 13 # Targets … … 21 23 22 24 compile-stage2: 25 patch -Np1 -i ../$(PATCH1) 23 26 ./configure --prefix=/usr --sysconfdir=/etc 24 27 make branches/minimal/packages/w3m/Makefile
r1843 r2158 2 2 3 3 NM= w3m 4 VRS= 0.5. 14 VRS= 0.5.2 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= http://heanet.dl.sourceforge.net/sourceforge/$(NM)/$(FILE) 9 SHA-$(FILE)= 7da299648c236772bcde9b0e92e23346c8af0aca9 SHA-$(FILE)= 484522547ae6dbb342d3858a2a53a65451e273f9 10 10 11 11 PATCH1= $(DIR)-gpm_fix-1.patch 12 URL-$(PATCH1)= http://www.linuxfromscratch.org/~alexander/patches/$(PATCH1) 13 SHA-$(PATCH1)= 3480a66f8bcdb1d97d082f5c8a9ef7892914c9f1 12 14 13 # Targets 15 14 … … 20 19 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 21 20 22 stage2: Makefile $(FILE) $(PATCH1)21 stage2: Makefile $(FILE) 23 22 $(std_build) 24 23 … … 27 26 autoconf 28 27 ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \ 29 -- datarootdir=/usr/share --enable-image \30 --with-mailer=/usr/bin/mutt --with-browser=/usr/bin/ mozilla31 make datarootdir=/usr/share32 make datarootdir=/usr/shareinstall28 --enable-image \ 29 --with-mailer=/usr/bin/mutt --with-browser=/usr/bin/seamonkey 30 make 31 make install 33 32 install -v -D -m 644 doc/keymap.default /etc/w3m/keymap 34 33 install -v -D -m 644 doc/menu.default /etc/w3m/menu 35 34 install -v -d -m 755 /usr/share/doc/w3m-$(VRS)/html 36 install -v -m 644 doc/{HISTORY,READM*,keymap.*,menu.*} /usr/share/doc/$(DIR) 37 install -v -m 644 doc/*.html /usr/share/doc/$(DIR)/html 35 install -v -m 644 doc/{HISTORY,READM*,keymap.*,menu.*,*.html} /usr/share/doc/$(DIR) 38 36 39 37 clean:
