jamvm: new maintainer. update to 1.5.4.

This commit is contained in:
John Vogel 2018-02-18 10:24:56 -05:00
parent 6784d4cb94
commit 4ca0bd516a
3 changed files with 13 additions and 14 deletions

View File

@ -1 +1 @@
ce886163658d748113b0570dfae12aea jamvm-1.5.3.tar.gz
7654e9657691f5f09c4f481ed4686176 jamvm-1.5.4.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wBdGO8LhUcYYtAIr3qb/3bNqin7AqBNWKGn1iAZxPvJ5J7xnEYc+IBgrdL6C6f6c2RHojv0goh7onI8xULo+gE=
SHA256 (Pkgfile) = 8e8326e05ed58154d709d8e6f1ff39668411905e43f13a8326b9b4356da9f119
RWSagIOpLGJF36D7JJ1GfiXt3X+HSpRBhheOakn+XgYYw9woOl7JZa+Q0vI6evwagBaqlDMDI8t5NiddoAsBiLqh17KZxxNYeAM=
SHA256 (Pkgfile) = a7e87b805611755a2b1442aa43fc00c1d237551d44f61903ebcbffc0594f55a1
SHA256 (.footprint) = 650be26b33df7ffbc2f9351cbd8ac6c5d9535911bea08e8e73f22b575f4d2cf3
SHA256 (jamvm-1.5.3.tar.gz) = f2795ab62635df1c9bc6c4a7b90f53d0d846c0c26f5ec7b352f687506407ebd8
SHA256 (jamvm-1.5.4.tar.gz) = 7865693698bc4322cabe1014a4b7ebdec1bc1daf45f1a4457b6e908a4446b124

View File

@ -1,17 +1,16 @@
# Description: Java Virtual Machine which conforms to the JVM specification version 2 (blue book). In comparison to most other VM's (free and commercial) it is extremely small
# URL: http://jamvm.sourceforge.net/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on:
# Description: Extremely small and JVM spec 2 (blue book) conformant Java Virtual Machine
# URL: http://jamvm.sourceforge.net/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=jamvm
version=1.5.3
version=1.5.4
release=1
source=(http://download.sourceforge.net/$name/$name/JamVM%20$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
find $name-$version ! -type l -a -perm -go+w | xargs chmod go-w
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}