wok diff sshfs-fuse/receipt @ rev 1838
curl: --disable-ldap
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Dec 11 14:45:41 2008 +0100 (2008-12-11) |
parents | a3129d854cf2 |
children | 8c4a70e18847 |
line diff
1.1 --- a/sshfs-fuse/receipt Sun Jun 15 20:33:51 2008 +0000 1.2 +++ b/sshfs-fuse/receipt Thu Dec 11 14:45:41 2008 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="SSH Filesystem implemented with FUSE." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 DEPENDS="fuse openssh" 1.7 -BUILD_DEPENDS="fuse-dev gettext" 1.8 +BUILD_DEPENDS="fuse-dev gettext glib glib-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://fuse.sourceforge.net/sshfs.html" 1.11 WGET_URL="$SF_MIRROR/fuse/$TARBALL" 1.12 @@ -16,8 +16,8 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22