CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 2 -
(hide annotations)
Sun Oct 4 14:31:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 516 byte(s)
Sun Oct 4 14:31:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 516 byte(s)
importing opt
| 1 | cjg | 2 | # Description: fdisk program specific for mac partition tables |
| 2 | # URL: http://www.debian.org | ||
| 3 | # Maintainer: CRUX PPC team http://cruxppc.sunsite.dk | ||
| 4 | # PPC!= | ||
| 5 | |||
| 6 | name=mac-fdisk | ||
| 7 | version=0.1 | ||
| 8 | release=15 | ||
| 9 | source=(http://ftp.debian.org/debian/pool/main/m/mac-fdisk/$name\_$version.orig.tar.gz \ | ||
| 10 | http://ftp.debian.org/debian/pool/main/m/mac-fdisk/$name\_$version-15.diff.gz) | ||
| 11 | |||
| 12 | build() { | ||
| 13 | cd $name-$version.orig | ||
| 14 | zcat ../$name\_$version-15.diff.gz | patch -p1 | ||
| 15 | make | ||
| 16 | mkdir -p $PKG/sbin | ||
| 17 | make DESTDIR=$PKG install | ||
| 18 | } |