wok-stable diff fuse/receipt @ rev 5344

Updated fuse to 2.8.4. I removed the need in have to compile the kernel for fuse to be compiled. (Fuse is in the kenrel). Added fuse-dev to SUGEGSTED so fuse-dev can be same version/build as fuse.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 27 23:41:13 2010 +0000 (2010-04-27)
parents fb8aceda65ff
children 4460b40c15d8
line diff
     1.1 --- a/fuse/receipt	Tue Feb 16 13:56:26 2010 +0000
     1.2 +++ b/fuse/receipt	Tue Apr 27 23:41:13 2010 +0000
     1.3 @@ -1,10 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fuse"
     1.7 -VERSION="2.7.4"
     1.8 +VERSION="2.8.4"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Fuse Filsystem in user space."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 +SUGGESTED="fuse-dev"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://fuse.sourceforge.net/"
    1.15  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 @@ -14,11 +15,8 @@
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20 -	if [ ! -d $WOK/linux/taz ]; then
    1.21 -		tazwok cook linux
    1.22 -	fi
    1.23 +
    1.24  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.25 -	--with-kernel=$(ls -d $WOK/linux/$(ls $WOK/linux/taz)/) \
    1.26  	--mandir=/usr/share/man \
    1.27  	$CONFIGURE_ARGS &&
    1.28  	make &&