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: 379 byte(s)
Sun Oct 4 14:31:24 2009 UTC (3 years, 8 months ago) by cjg
File size: 379 byte(s)
importing opt
| 1 | # Description: A powerful ftp client with a very nice text-based interface |
| 2 | # URL: http://www.ncftp.com/ |
| 3 | # Maintainer: Matt Housh, jaeger at crux dot nu |
| 4 | # PPC!= |
| 5 | |
| 6 | name=ncftp |
| 7 | version=3.2.1 |
| 8 | release=1 |
| 9 | source=(ftp://ftp.ncftp.com/$name/$name-$version-src.tar.bz2) |
| 10 | |
| 11 | build() { |
| 12 | cd $name-$version |
| 13 | ./configure --prefix=/usr \ |
| 14 | --mandir=$PKG/usr/man |
| 15 | make |
| 16 | make prefix=$PKG/usr install |
| 17 | } |