network/corkscrew: Updated for version 2.0

This commit is contained in:
Marco Bonetti 2010-05-13 00:36:02 +02:00 committed by David Somero
parent 0d6263c24f
commit 0d0b8134b7
2 changed files with 3 additions and 1 deletions

View File

@ -94,4 +94,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="corkscrew"
VERSION="2.0"
HOMEPAGE="http://www.agroman.net/corkscrew/"
DOWNLOAD="http://www.agroman.net/corkscrew/corkscrew-2.0.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="35df77e7f0e59c0ec4f80313be52c10a"
MD5SUM_x86_64=""
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
APPROVED="dsomero,rworkman"