diff options
author | Jose V Beneyto <sepen@crux.nu> | 2009-09-24 13:26:32 +0000 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2009-09-24 13:26:43 +0000 |
commit | d853d308f70d7d333d059d1890d1af160d9656f1 (patch) | |
tree | 5eed15e7e5a555fd8e0360173fbc6bbcde2f5699 /jamvm/Pkgfile | |
parent | 526245adf671efa349bc6214c83149d5e9146806 (diff) | |
download | contrib-d853d308f70d7d333d059d1890d1af160d9656f1.tar.gz contrib-d853d308f70d7d333d059d1890d1af160d9656f1.tar.xz |
jamvm: new port
Diffstat (limited to 'jamvm/Pkgfile')
-rw-r--r-- | jamvm/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jamvm/Pkgfile b/jamvm/Pkgfile new file mode 100644 index 000000000..493242758 --- /dev/null +++ b/jamvm/Pkgfile @@ -0,0 +1,17 @@ +# 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: + +name=jamvm +version=1.5.3 +release=1 +source=(http://dl.sourceforge.net/project/$name/$name/JamVM%20$version/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |