CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1602 -
(show annotations)
Fri Jan 15 10:33:06 2010 UTC (3 years, 4 months ago) by acrux
File size: 562 byte(s)
Fri Jan 15 10:33:06 2010 UTC (3 years, 4 months ago) by acrux
File size: 562 byte(s)
libhugetlbfs: updated to 2.7
| 1 | # Description: libhugetlbfs is a library which provides easy access to huge pages of memory |
| 2 | # URL: http://libhugetlbfs.ozlabs.org/ |
| 3 | # Maintainer: CRUX PPC Team |
| 4 | # Depends on: |
| 5 | # PPC!=: |
| 6 | |
| 7 | name=libhugetlbfs |
| 8 | version=2.7 |
| 9 | release=1 |
| 10 | source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ |
| 11 | $name-2.5-ppcnativeonly-fix.patch) |
| 12 | build () { |
| 13 | cd $name-$version |
| 14 | patch -p1 -i $SRC/$name-2.5-ppcnativeonly-fix.patch |
| 15 | sed -i "s|usr/local|usr|g" Makefile |
| 16 | sed -i "s|share/man|man|g" Makefile |
| 17 | |
| 18 | make |
| 19 | make check |
| 20 | make DESTDIR=$PKG install |
| 21 | } |
| 22 |