libraries/rxtx: Updated for version 2.0_7pre2

This commit is contained in:
David Spencer 2010-05-13 00:33:32 +02:00 committed by David Somero
parent 2d856c0be7
commit 7bdc4b2526
2 changed files with 3 additions and 1 deletions

View File

@ -86,4 +86,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="rxtx"
VERSION="2.0_7pre2"
HOMEPAGE="http://users.frii.com/jarvi/rxtx/"
DOWNLOAD="ftp://jarvi.dsl.frii.com/pub/rxtx/rxtx-2.0-7pre2.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="43127b18cb2e06684100b400d4b8263e"
MD5SUM_x86_64=""
MAINTAINER="David Spencer"
EMAIL="nobbutl@yahoo.co.uk"
APPROVED="dsomero"