diff options
-rw-r--r-- | network/corkscrew/corkscrew.SlackBuild | 2 | ||||
-rw-r--r-- | network/corkscrew/corkscrew.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/network/corkscrew/corkscrew.SlackBuild b/network/corkscrew/corkscrew.SlackBuild index 7196a16c74..ed0021f63a 100644 --- a/network/corkscrew/corkscrew.SlackBuild +++ b/network/corkscrew/corkscrew.SlackBuild @@ -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} diff --git a/network/corkscrew/corkscrew.info b/network/corkscrew/corkscrew.info index cd2c6c65ae..b85e746a2b 100644 --- a/network/corkscrew/corkscrew.info +++ b/network/corkscrew/corkscrew.info @@ -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" |