network/warvox: Updated for version 1.0.1

This commit is contained in:
Marco Bonetti 2010-05-13 00:38:43 +02:00 committed by Robby Workman
parent fe565cb7b1
commit b5f2a4e2f6
2 changed files with 3 additions and 1 deletions

View file

@ -90,4 +90,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="warvox"
VERSION="1.0.1"
HOMEPAGE="http://warvox.org/"
DOWNLOAD="http://warvox.org/releases/warvox-1.0.1.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="5b36ac46dd2a89a2037eb5be46209f9b"
MD5SUM_x86_64=""
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
APPROVED="rworkman"