CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 2 -
(show annotations)
Sun Oct 4 14:31:24 2009 UTC (3 years, 8 months ago) by cjg
File size: 642 byte(s)
Sun Oct 4 14:31:24 2009 UTC (3 years, 8 months ago) by cjg
File size: 642 byte(s)
importing opt
| 1 | # Description: tool used to write on apple nvram memory |
| 2 | # Maintainer: CRUX PPC team http://cruxppc.sunsite.dk |
| 3 | # URL: http://www.debian.org/ |
| 4 | # PPC!= |
| 5 | |
| 6 | name=nvsetenv |
| 7 | version=1.1.3 |
| 8 | release=22 |
| 9 | source=(http://ftp.debian.org/debian/pool/main/p/powerpc-utils/powerpc-utils_${version}.orig.tar.gz \ |
| 10 | http://ftp.debian.org/debian/pool/main/p/powerpc-utils/powerpc-utils_${version}-$release.diff.gz \ |
| 11 | nvsetenv.8) |
| 12 | |
| 13 | build() { |
| 14 | cd pmac-utils |
| 15 | zcat $SRC/powerpc-utils_${version}-$release.diff.gz | patch -p1 |
| 16 | make nvsetenv |
| 17 | install -D -m 755 nvsetenv $PKG/usr/sbin/nvsetenv |
| 18 | install -D -m 644 $SRC/nvsetenv.8 $PKG/usr/man/man8/nvsetenv.8 |
| 19 | } |