CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 745 -
(show annotations)
Sun Oct 4 15:09:38 2009 UTC (3 years, 7 months ago) by cjg
File size: 415 byte(s)
Sun Oct 4 15:09:38 2009 UTC (3 years, 7 months ago) by cjg
File size: 415 byte(s)
parthenope: added informations
| 1 | # Description: u-boot second level bootloader |
| 2 | # URL: http://ub2lb.sf.net |
| 3 | # Maintainer: Giuseppe Coviello <cjg@cruxppc.org> |
| 4 | |
| 5 | name=parthenope |
| 6 | version=svn91 |
| 7 | release=1 |
| 8 | source=(http://ewb.it/~cjg/$name-$version.tar.gz) |
| 9 | |
| 10 | build() { |
| 11 | cd $name-$version |
| 12 | ./configure |
| 13 | make |
| 14 | mkdir -p $PKG/usr/share/parthenope |
| 15 | mkdir -p $PKG/usr/sbin |
| 16 | cp src/Parthenope $PKG/usr/share/parthenope |
| 17 | cp tools/parthenope-install $PKG/usr/sbin |
| 18 | } |