wok-next diff sshfs-fuse/receipt @ rev 16700

Up: slitaz-base-files (5.6.3): fix bug with installing coreutils-line package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 26 16:03:09 2014 +0300 (2014-05-26)
parents c02b96788856
children c2a6bbd5b24f
line diff
     1.1 --- a/sshfs-fuse/receipt	Thu Dec 26 12:06:03 2013 +0000
     1.2 +++ b/sshfs-fuse/receipt	Mon May 26 16:03:09 2014 +0300
     1.3 @@ -9,9 +9,10 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://fuse.sourceforge.net/sshfs.html"
     1.6  WGET_URL="$SF_MIRROR/fuse/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="fuse openssh glib"
    1.10 -BUILD_DEPENDS="fuse-dev gettext glib glib-dev pkg-config"
    1.11 +BUILD_DEPENDS="fuse-dev gettext glib-dev pkg-config"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()