CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 9 -
(show annotations)
Sun Oct 4 13:26:44 2009 UTC (3 years, 8 months ago) by cjg
File size: 558 byte(s)
Sun Oct 4 13:26:44 2009 UTC (3 years, 8 months ago) by cjg
File size: 558 byte(s)
xfsprogs: updated to 2.10.1
| 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.1 |
| 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 | } |