mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/rxtx: Updated for version 2.0_7pre2
This commit is contained in:
parent
2d856c0be7
commit
7bdc4b2526
2 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue