Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1151 - (hide annotations)
Sun Oct 4 15:12:36 2009 UTC (3 years, 7 months ago) by cjg
File size: 618 byte(s)
pseries utils initial commit
1 cjg 1151 # Description: Librtas provides a set of libraries for user-space access to the Run-Time Abstraction Services (RTAS) on the ppc64 architecture
2     # URL: http://librtas.ozlabs.org/
3     # Maintainer: CRUX PPC Team
4     # Depends on:
5     # PPC!=:
6    
7     name=librtas
8     version=1.3.4
9     release=2
10     source=(http://librtas.ozlabs.org/releases/$name-$version.tar.gz \
11     $name-1.3.3-remove-doc.patch $name-1.3.4-fix-install.patch)
12    
13     build () {
14     cd $name-1.3.4
15     patch -p1 -i $SRC/$name-1.3.3-remove-doc.patch
16     sed -i "s|usr/lib|usr/lib64|g" rules.mk
17     patch -p1 -i $SRC/$name-1.3.4-fix-install.patch
18     make
19     make DESTDIR=$PKG install
20     }
21