diff --git a/system/joystick/joystick.SlackBuild b/system/joystick/joystick.SlackBuild index 7c73beb8bb..5b931b3900 100644 --- a/system/joystick/joystick.SlackBuild +++ b/system/joystick/joystick.SlackBuild @@ -69,4 +69,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/system/joystick/joystick.info b/system/joystick/joystick.info index 7a05e9503a..bdb23a7900 100644 --- a/system/joystick/joystick.info +++ b/system/joystick/joystick.info @@ -2,7 +2,9 @@ PRGNAM="joystick" VERSION="1.2.15" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~vojtech/joystick" DOWNLOAD="ftp://atrey.karlin.mff.cuni.cz/pub/linux/joystick/joystick-1.2.15.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="023500eb6986e1a94aa1a0c30af729c2" +MD5SUM_x86_64="" MAINTAINER="Roberto Neri" EMAIL="rneri@libero.it" APPROVED="rworkman"