Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1989 - (show annotations)
Sat Oct 9 15:20:58 2010 UTC (2 years, 7 months ago) by acrux
File size: 431 byte(s)
2.7 initial commit
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=2
10 source=(ftp://ftp.cruxppc.org/cruxppc/distfiles/2.7/$name-$version-$release.tar.gz)
11
12 build() {
13 mv $SRC/{etc,usr} $PKG
14 }
15