mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/javacomm: Updated for version 2.0
This commit is contained in:
parent
0fa85c23f7
commit
e23c0191d3
2 changed files with 3 additions and 1 deletions
|
@ -53,4 +53,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="javacomm"
|
|||
VERSION="2.0"
|
||||
HOMEPAGE="http://java.sun.com/products/javacomm/"
|
||||
DOWNLOAD="http://www.oreilly.com.tw/bookcode/java_io/javacomm20-x86.tar.Z"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="9eac897bf5233b7cf495eaae5d596804"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Spencer"
|
||||
EMAIL="nobbutl@yahoo.co.uk"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue