Changeset 1818
- Timestamp:
- 02/28/07 07:07:01 (23 months ago)
- Location:
- trunk
- Files:
-
- 10 modified
-
Makefile (modified) (6 diffs)
-
packages/atk/Makefile (modified) (1 diff)
-
packages/cairo/Makefile (modified) (1 diff)
-
packages/fonts-dejavu/Makefile (modified) (2 diffs)
-
packages/glib2/Makefile (modified) (1 diff)
-
packages/gtk2/Makefile (modified) (1 diff)
-
packages/hicolor-icon-theme/Makefile (modified) (1 diff)
-
packages/lftp/Makefile (modified) (1 diff)
-
packages/openssh/Makefile (modified) (1 diff)
-
packages/pango/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1817 r1818 22 22 -include Makefile.personal 23 23 24 # LFS-ARCH: architecture for which the CD should be built.25 24 # MP: mount point 26 25 # timezone: default timezone 27 26 # pagesize: default paper size for groff. 28 27 # ROOT: name of this directory, as seen from chroot 29 # PM: Parallel Build Level30 28 # HTTP: Default http server for the lfs-base packages 31 29 # HTTPBLFS: Default http server for the BLFS packages … … 36 34 export pagesize ?= letter 37 35 export ROOT ?= /lfs-livecd 38 #export PM ?= -j339 36 export HTTP ?= http://ftp.lfs-matrix.net/pub/lfs/conglomeration 40 37 export HTTPBLFS ?= http://ftp.lfs-matrix.net/pub/blfs/conglomeration … … 254 251 ch-Xorg-base ch-Xorg-util ch-Xorg-proto ch-Xorg-lib ch-libdrm ch-Mesa \ 255 252 ch-xbitmaps ch-Xorg-app ch-xcursor-themes ch-xorg-server \ 256 ch-Xorg-font ch-Xorg-driver ch-XML-Parser ch-xkeyboard-config stop-here\253 ch-Xorg-font ch-Xorg-driver ch-XML-Parser ch-xkeyboard-config \ 257 254 ch-synaptics ch-inputattach ch-fonts-thai \ 258 255 ch-freefont ch-fonts-dejavu ch-fonts-kochi ch-fonts-firefly ch-fonts-baekmuk \ 259 256 ch-libjpeg ch-libtiff ch-openssh ch-glib2 ch-giflib ch-imlib ch-imlib2 \ 260 257 ch-gc ch-w3m ch-lftp ch-cairo ch-hicolor-icon-theme \ 261 ch-pango ch-atk ch-gtk2 ch-cvs ch-popt ch-samba ch-libIDL ch-seamonkey \258 ch-pango ch-atk ch-gtk2 stop-here ch-cvs ch-popt ch-samba ch-libIDL ch-seamonkey \ 262 259 ch-librsvg ch-startup-notification chroot-gvim ch-xfce ch-vte ch-exo \ 263 260 ch-Terminal ch-mousepad ch-irssi ch-gaim \ … … 295 292 ch-man-fr ch-man-pages-es ch-man-pages-it ch-manpages-de ch-manpages-ru \ 296 293 ch-bin86 ch-lilo ch-syslinux 297 ifeq ($(LFS-ARCH),ppc)298 make ch-yaboot299 make ch-hfsutils300 make ch-parted301 make ch-mac-fdisk302 endif303 294 304 295 wget-list: … … 404 395 @>$(MP)/var/log/wtmp 405 396 @>$(MP)/var/log/lastlog 406 ifeq ($(LFS-ARCH),x86)407 397 @install -m644 isolinux/{isolinux.cfg,*.msg,splash.lss} $(MP)/boot/isolinux 408 398 @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/boot/isolinux/boot.msg 409 endif410 399 @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/etc/issue 411 400 @install -m644 doc/README doc/lfscd-remastering-howto.txt $(MP)/root … … 421 410 @sync 422 411 @$(WD)/bin/mkzftree -F root.ext2 $(MPBASE)/iso/root.ext2 423 ifeq ($(LFS-ARCH),x86)424 412 @cd $(MPBASE)/iso ; $(WD)/bin/mkisofs -z -R -l --allow-leading-dots -D -o \ 425 413 $(MPBASE)$(ROOT)/lfslivecd-$(VERSION).iso -b boot/isolinux/isolinux.bin \ 426 414 -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \ 427 415 -V "lfslivecd-$(VERSION)" ./ 428 endif429 ifeq ($(LFS-ARCH),ppc)430 @cd $(MPBASE) ; $(WD)/bin/mkisofs -z -hfs -part -l --allow-leading-dots \431 -map $(MPBASE)/$(ROOT)/$(PKG)/yaboot/map.hfs -no-desktop \432 -hfs-volid "lfslivecd-$(VERSION)" -V "lfslivecd-$(VERSION)" \433 -hfs-bless iso/boot -r -v -o $(MPBASE)$(ROOT)/lfslivecd-$(VERSION).iso iso \434 >$(MPBASE)$(ROOT)/iso.log 2>&1435 @if ! grep -q "Blessing" $(MPBASE)$(ROOT)/iso.log ; then \436 echo "Iso incorrectly made! Boot directory not blessed." ; fi437 endif438 416 439 417 # Targets to clean your tree. -
trunk/packages/atk/Makefile
r1816 r1818 2 2 3 3 NM= atk 4 VRS= 1.1 1.44 VRS= 1.12.4 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/$(NM)/1.1 1/$(FILE)9 SHA-$(FILE)= 808df9fb6f8c19b21c1169665dcd74629ae26c508 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/$(NM)/1.12/$(FILE) 9 SHA-$(FILE)= 50a2a725aa1766281976907cca1342b384a686a8 10 10 11 11 # Targets -
trunk/packages/cairo/Makefile
r1816 r1818 2 2 3 3 NM= cairo 4 VRS= 1.2. 44 VRS= 1.2.6 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= http://cairographics.org/releases/$(FILE) 9 SHA-$(FILE)= 5520b771c8b85acea78fa56fc4c39b4dca6bcc7c9 SHA-$(FILE)= b86b4017a9abd565ef11c72b7faee9082a04118f 10 10 11 11 # Targets -
trunk/packages/fonts-dejavu/Makefile
r1798 r1818 2 2 3 3 NM= dejavu-ttf 4 VRS= 2.1 34 VRS= 2.15 5 5 DIR= $(NM)-$(VRS) 6 6 LOCATION= /usr/share/fonts … … 8 8 FILE= $(DIR).tar.bz2 9 9 URL-$(FILE)= http://heanet.dl.sourceforge.net/dejavu/$(FILE) 10 SHA-$(FILE)= 49a05c21a28983ea960ba35e6ff6a6c11c5bf07110 SHA-$(FILE)= 2133fbae14e51fc364972c4a4ee2fdc3ccee4072 11 11 12 12 # Targets -
trunk/packages/glib2/Makefile
r1816 r1818 2 2 3 3 NM= glib 4 VRS= 2.1 0.34 VRS= 2.12.9 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/glib/2.1 0/$(FILE)9 SHA-$(FILE)= bba1dea73c4426f6a130c82e0b7a07b78dfc73ce8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/glib/2.12/$(FILE) 9 SHA-$(FILE)= 387da30929047ef88a6f369831a34f41a3d027f7 10 10 11 11 # Targets -
trunk/packages/gtk2/Makefile
r1816 r1818 2 2 3 3 NM= gtk+ 4 VRS= 2. 8.204 VRS= 2.10.9 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/gtk+/2. 8/$(FILE)9 SHA-$(FILE)= 8ea2449ff139b8bc457f8b5bcdcad93b02cfba9e8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.10/$(FILE) 9 SHA-$(FILE)= aa3260d9093398445cfbecf355f4728db3e827bf 10 10 11 11 # Targets -
trunk/packages/hicolor-icon-theme/Makefile
r1393 r1818 2 2 3 3 NM= hicolor-icon-theme 4 VRS= 0. 94 VRS= 0.10 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= http://icon-theme.freedesktop.org/releases/$(FILE) 9 SHA-$(FILE)= 640e0f3c0d4a7d0cc983944cba626b8f025deb149 SHA-$(FILE)= 30a1526cd337ecbd9aaecfff2737884b86c72508 10 10 11 11 # Targets -
trunk/packages/lftp/Makefile
r1734 r1818 2 2 3 3 NM= lftp 4 VRS= 3.5. 64 VRS= 3.5.9 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 8 URL-$(FILE)= http://ftp.yars.free.net/pub/source/lftp/$(FILE) 9 SHA-$(FILE)= c a28df9b2bb1db37a295db56015a1b082d9bc60d9 SHA-$(FILE)= ce4f7abb5a74e90218bb2ee94170ace747025298 10 10 11 11 # Targets -
trunk/packages/openssh/Makefile
r1816 r1818 2 2 3 3 NM= openssh 4 VRS= 4. 4p14 VRS= 4.5p1 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= http://openbsd.md5.com.ar/pub/OpenBSD/OpenSSH/portable/$(FILE) 9 SHA-$(FILE)= 6a52b1dee1c2c9862923c0008d201d98a7fd9d6c9 SHA-$(FILE)= 2eefcbbeb9e4fa16fa4500dec107d1a09d3d02d7 10 10 11 11 # Targets -
trunk/packages/pango/Makefile
r1816 r1818 2 2 3 3 NM= pango 4 VRS= 1.1 2.34 VRS= 1.14.10 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.bz2 8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/pango/1.1 2/$(FILE)9 SHA-$(FILE)= ad493c4560c0ffd9dcdb8a1724d5bff058ef112c8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/pango/1.14/$(FILE) 9 SHA-$(FILE)= 49093dcbbb2399ac6e4731930d4be4edd64f25f7 10 10 11 11 # Targets
