network/hylafax: Updated for version 6.0.2

This commit is contained in:
David Somero 2010-05-13 00:36:44 +02:00 committed by Robby Workman
parent acc73f29f6
commit ca7ae23530
2 changed files with 3 additions and 1 deletions

View file

@ -112,4 +112,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
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="hylafax"
VERSION="6.0.2"
HOMEPAGE="http://www.hylafax.org"
DOWNLOAD="ftp://ftp.hylafax.org/source/hylafax-6.0.2.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="2ab173a3bd50c8ca68d2c84f6e416d52"
MD5SUM_x86_64=""
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
APPROVED="rworkman"