summaryrefslogtreecommitdiffstats
path: root/base/xfsprogs/Pkgfile
blob: ef5c72ed6d20435c97a19b1d72b8abe2bf8e82f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Utilitaires pour le systeme de fichiers xfs
# URL: http://oss.sgi.com/projects/xfs/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: 

name=xfsprogs
version=3.0.3
release=1
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-${version}.tar.gz)

build() {
	cd $name-$version
	export DEBUG=-DNDEBUG
	export OPTIMIZER=$CFLAGS
	./configure --prefix=/usr \
	--mandir=/usr/share/man \
	--sbindir=/sbin \
	--libdir=/lib
	make
	make DIST_ROOT=$PKG install install-dev
	rm -r $PKG/usr/share/locale
}