Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1362 - (show annotations)
Tue Oct 6 11:15:20 2009 UTC (3 years, 8 months ago) by cjg
File size: 481 byte(s)
tagging release 2.5
1 # Description: IBM's tools for support of the ipr SCSI controller
2 # URL: http://sourceforge.net/projects/iprdd/
3 # Maintainer: CRUX PPC Team
4 # Depends on: ncurses
5 # PPC!=:
6
7 name=iprutils
8 version=2.2.14
9 release=1
10 source=(http://dl.sourceforge.net/sourceforge/iprdd/$name-$version-src.tgz \
11 rc.iprinit)
12 build() {
13 cd $name
14
15 sed -i "s|usr/share|usr|g" Makefile
16
17 make
18 make INSTALL_MOD_PATH=$PKG install
19 install -D -m 0755 $SRC/rc.iprinit $PKG/etc/rc.d/iprinitd
20 }