core/xfsprogs/Pkgfile

19 lines
468 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Filesystem utilities for XFS
# URL: http://oss.sgi.com/projects/xfs/
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: e2fsprogs
name=xfsprogs
version=2.7.11
release=1
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.src.tar.gz)
build() {
cd $name-$version
DEBUG=-DNDEBUG ./configure --prefix=/usr
make
make prefix=$PKG/usr install
mv $PKG/usr/{bin,sbin,lib} $PKG
rm -rf $PKG/usr/share
}