Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2157 - (show annotations)
Mon Dec 27 19:50:05 2010 UTC (2 years, 4 months ago) by acrux
File size: 609 byte(s)
libhugetlbfs: updated to 2.11
1 # Description: libhugetlbfs is a library which provides easy access to huge pages of memory
2 # URL: http://libhugetlbfs.ozlabs.org/
3 # Maintainer: acrux, acrux at linuxmail dot org
4 # Depends on:
5 # PPC!=upstream:
6
7 name=libhugetlbfs
8 version=2.11
9 release=1
10 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz \
11 $name-2.5-ppcnativeonly-fix.patch)
12
13 build () {
14 cd $name-$version
15 patch -p1 -i $SRC/$name-2.5-ppcnativeonly-fix.patch
16 sed -i "s|usr/local|usr|g" Makefile
17 sed -i "s|share/man|man|g" Makefile
18
19 make
20 make check
21 make DESTDIR=$PKG install
22 }