Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1361 - (show annotations)
Tue Oct 6 11:14:30 2009 UTC (3 years, 7 months ago) by cjg
File size: 415 byte(s)
tagging release 2.4
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 }