wok rev 7230

Up: xfsprogs to 3.1.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Nov 12 03:57:40 2010 +0000 (2010-11-12)
parents cc36b20a92e7
children 508be66aa009
files xfsprogs/receipt
line diff
     1.1 --- a/xfsprogs/receipt	Fri Nov 12 01:03:19 2010 +0000
     1.2 +++ b/xfsprogs/receipt	Fri Nov 12 03:57:40 2010 +0000
     1.3 @@ -1,37 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfsprogs"
     1.7 -VERSION="2.10.1"
     1.8 +VERSION="3.1.4"
     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  DEPENDS="e2fsprogs"
    1.13 -BUILD_DEPENDS="e2fsprogs-dev libtool"
    1.14 -TARBALL=${PACKAGE}_${VERSION}-1.tar.gz
    1.15 +BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-ng-uuid util-linux-ng-uuid-dev"
    1.16 +TARBALL=${PACKAGE}-${VERSION}.tar.gz
    1.17  WEB_SITE="http://oss.sgi.com/projects/xfs/"
    1.18  WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	mv $PACKAGE-2.9.8 $PACKAGE-$VERSION 2>/dev/null
    1.24  	cd $src
    1.25  	sed -i 's/--best -c/-9 -c/' include/buildmacros
    1.26  	./configure \
    1.27 -		--prefix=/usr \
    1.28 -		--sbindir=/sbin \
    1.29 -		--mandir=/usr/share/man \
    1.30  		$CONFIGURE_ARGS || return 1
    1.31  	sed -i 's/--best/-9/' doc/Makefile build/Makefile build/tar/Makefile
    1.32  	make &&
    1.33  	make DIST_ROOT=$PWD/_pkg install
    1.34 -}
    1.35 +} 
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40  	mkdir -p $fs/usr/lib
    1.41 -	cp -a $_pkg/usr/bin $fs/usr
    1.42 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.43 +	cp -a $_pkg/usr/sbin $fs/usr
    1.44 +	cp -a $_pkg/lib $fs
    1.45  	cp -a $_pkg/sbin $fs
    1.46  }