system/sshfs-fuse: Updated for version 2.2

This commit is contained in:
Alan_Hicks 2010-05-13 00:41:54 +02:00 committed by David Somero
parent 44986a3753
commit ce5d926327
2 changed files with 3 additions and 1 deletions

View file

@ -88,4 +88,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="sshfs-fuse"
VERSION="2.2"
HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
DOWNLOAD="http://downloads.sourceforge.net/fuse/sshfs-fuse-2.2.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="26e9206eb5169e87e6f95f54bc005a4f"
MD5SUM_x86_64=""
MAINTAINER="Alan_Hicks"
EMAIL="alan@lizella.net"
APPROVED="dsomero,rworkman"