wok diff xfsprogs/receipt @ rev 1500

Up xfsprogs (2.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 13:13:11 2008 +0000 (2008-10-05)
parents 5d603254a233
children 7ae8a3f4e6a0
line diff
     1.1 --- a/xfsprogs/receipt	Mon Jul 07 18:27:20 2008 +0200
     1.2 +++ b/xfsprogs/receipt	Sun Oct 05 13:13:11 2008 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfsprogs"
     1.7 -VERSION="2.9.8-1"
     1.8 +VERSION="2.10.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-system"
    1.11  MAINTAINER="patel@math.uga.edu"
    1.12  BUILD_DEPENDS="e2fsprogs-dev libtool"
    1.13 -TARBALL=${PACKAGE}_${VERSION}.tar.gz
    1.14 +TARBALL=${PACKAGE}_${VERSION}-1.tar.gz
    1.15  WEB_SITE="http://oss.sgi.com/projects/xfs/"
    1.16  WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL"
    1.17  
    1.18 @@ -15,12 +15,13 @@
    1.19  {
    1.20  	mv $PACKAGE-2.9.8 $PACKAGE-$VERSION 2>/dev/null
    1.21  	cd $src
    1.22 +	sed -i 's/--best -c/-9 -c/' include/buildmacros
    1.23  	./configure \
    1.24  		--prefix=/usr \
    1.25  		--sbindir=/sbin \
    1.26  		--mandir=/usr/share/man \
    1.27 -		$CONFIGURE_ARGS
    1.28 -	make
    1.29 +		$CONFIGURE_ARGS &&
    1.30 +	make &&
    1.31  	make DIST_ROOT=$PWD/_pkg install
    1.32  }
    1.33