wok diff sshfs-fuse/receipt @ rev 2081
had: use pciutils database
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 24 21:17:49 2009 +0000 (2009-01-24) |
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 Sat Jan 24 21:17:49 2009 +0000 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