wok 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 4767edda18d8
children f8a83f683e2d
files fuse-dev/receipt fuse/receipt
line diff
     1.1 --- a/fuse-dev/receipt	Tue Apr 27 20:01:08 2010 +0000
     1.2 +++ b/fuse-dev/receipt	Tue Apr 27 23:41:13 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fuse-dev"
     1.7 -VERSION="2.7.4"
     1.8 +VERSION="2.8.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Fuse Filsystem in user space."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/fuse/receipt	Tue Apr 27 20:01:08 2010 +0000
     2.2 +++ b/fuse/receipt	Tue Apr 27 23:41:13 2010 +0000
     2.3 @@ -1,10 +1,11 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="fuse"
     2.7 -VERSION="2.7.4"
     2.8 +VERSION="2.8.4"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Fuse Filsystem in user space."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 +SUGGESTED="fuse-dev"
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WEB_SITE="http://fuse.sourceforge.net/"
    2.15  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.16 @@ -14,11 +15,8 @@
    2.17  compile_rules()
    2.18  {
    2.19  	cd $src
    2.20 -	if [ ! -d $WOK/linux/taz ]; then
    2.21 -		tazwok cook linux
    2.22 -	fi
    2.23 +
    2.24  	./configure --prefix=/usr --infodir=/usr/share/info \
    2.25 -	--with-kernel=$(ls -d $WOK/linux/$(ls $WOK/linux/taz)/) \
    2.26  	--mandir=/usr/share/man \
    2.27  	$CONFIGURE_ARGS &&
    2.28  	make &&