system/joystick: Updated for version 1.2.15

This commit is contained in:
Roberto Neri 2010-05-13 00:40:45 +02:00 committed by Robby Workman
parent 19df9e90d8
commit ea1be39dc3
2 changed files with 3 additions and 1 deletions

View file

@ -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}

View file

@ -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"