Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2182 - (show annotations)
Mon Jan 10 19:28:04 2011 UTC (2 years, 4 months ago) by acrux
File size: 431 byte(s)
yaboot: added e2fsprogs memalign fix patch
1 # Description: Yaboot is a Power Architecture bootloader for Open Firmware based machines
2 # URL: http://yaboot.ozlabs.org/
3 # Maintainer: CRUX PPC team - http://cruxppc.org/
4 # Depends on: hfsutils, nvsetenv, mac-fdisk
5 # PPC!= 32bit binaries for 64bit machines
6
7 name=yaboot-bin
8 version=1.3.16
9 release=3
10 source=(ftp://ftp.cruxppc.org/cruxppc/distfiles/2.7/$name-$version-$release.tar.xz)
11
12 build() {
13 mv $SRC/{etc,usr} $PKG
14 }
15