core/xfsprogs/Pkgfile
Juergen Daubert 2153fce706 Revert "xfsprogs: update to 3.0.5"
This reverts commit bcfe1306cd.

Found some problems with xfsprogs 3.0.5, we don't have with 3.0.3,
noticable a compile error with transmission. Looks like 3.0.5 is a
bit premature, see
http://article.gmane.org/gmane.comp.file-systems.xfs.general/30795
2009-10-25 11:17:33 +01:00

28 lines
642 B
Plaintext

# Description: Filesystem utilities for XFS
# URL: http://oss.sgi.com/projects/xfs/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: util-linux-ng
name=xfsprogs
version=3.0.3
release=1
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
build() {
cd $name-$version
export DEBUG=-DNDEBUG
export OPTIMIZER=$CFLAGS
./configure --prefix=/usr \
--mandir=/usr/man \
--libexecdir=/usr/lib \
--sbindir=/sbin \
--enable-gettext=no
make
make DIST_ROOT=$PKG install install-dev
rm -r $PKG/usr/share
}