Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 94 - (show annotations)
Sun Oct 4 13:28:02 2009 UTC (3 years, 7 months ago) by cjg
File size: 558 byte(s)
xfsprogs: bump to 2.10.2
1 # Description: Filesystem utilities for XFS
2 # URL: http://oss.sgi.com/projects/xfs/
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Depends on: e2fsprogs
5
6 name=xfsprogs
7 version=2.10.2
8 release=1
9 source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/${name}_${version}-1.tar.gz)
10
11 build() {
12 cd $name-$version
13 export DEBUG=-DNDEBUG
14 export MAKEFLAGS="$MAKEFLAGS -j1"
15 ./Makepkgs verbose
16 tar xfz build/tar/$name-$version.tar.gz -C $PKG
17 mv $PKG/usr/sbin $PKG/bin
18 mv $PKG/usr/share/man $PKG/usr
19 rm -rf $PKG/usr/share
20 }