CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 2 -
(show annotations)
Sun Oct 4 13:24:59 2009 UTC (3 years, 8 months ago) by cjg
File size: 458 byte(s)
Sun Oct 4 13:24:59 2009 UTC (3 years, 8 months ago) by cjg
File size: 458 byte(s)
importing core
| 1 | # Description: RPC connection manager |
| 2 | # URL: http://neil.brown.name/portmap |
| 3 | # Maintainer: CRUX System Team, core-ports at crux dot nu |
| 4 | |
| 5 | name=portmap |
| 6 | version=6.0 |
| 7 | release=1 |
| 8 | source=(http://neil.brown.name/$name/$name-$version.tgz \ |
| 9 | portmap) |
| 10 | |
| 11 | build() { |
| 12 | cd ${name}_$version |
| 13 | sed -i 's|share/man|man|' Makefile |
| 14 | install -d $PKG/{sbin,usr/man/man8,etc/rc.d} |
| 15 | make |
| 16 | make BASEDIR=$PKG install |
| 17 | install -m 755 $SRC/portmap $PKG/etc/rc.d |
| 18 | } |