core/xfsprogs/Pkgfile

29 lines
667 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: CRUX System Team, core-ports at crux dot nu
2009-06-30 13:41:13 +02:00
# Depends on: util-linux-ng
2006-02-23 16:26:10 +01:00
name=xfsprogs
version=3.0.1
2006-02-23 16:26:10 +01:00
release=1
2009-02-05 18:03:45 +01:00
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2006-06-21 17:25:37 +02:00
export DEBUG=-DNDEBUG
export OPTIMIZER=$CFLAGS
./configure --prefix=/usr \
--mandir=/usr/man \
--libexecdir=/usr/lib \
--sbindir=/sbin \
--libdir=/lib
make
make DIST_ROOT=$PKG install install-dev
rm $PKG/lib/libhandle.{la,a}
rm -r $PKG/usr/share
2006-02-23 16:26:10 +01:00
}