wok-4.x diff curlftpfs/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 35f9b82e7363
children
line diff
     1.1 --- a/curlftpfs/receipt	Sun May 10 09:27:28 2009 +0200
     1.2 +++ b/curlftpfs/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Using FUSE to access FTP servers."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="fuse curl glib zlib libiconv"
     1.8 +DEPENDS="fuse curl glib zlib"
     1.9  BUILD_DEPENDS="fuse fuse-dev curl curl-dev glib-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://curlftpfs.sourceforge.net/"
    1.12 @@ -25,6 +25,4 @@
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15  	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	strip -s $fs/usr/bin/*
    1.17  }
    1.18 -