void-packages/srcpkgs/eclipse-ecj/template

19 lines
563 B
Bash
Raw Normal View History

2013-07-23 02:09:23 +00:00
# Template build file for 'eclipse-ecj'.
pkgname=eclipse-ecj
2014-12-19 10:34:45 +00:00
version=4.9
2015-03-17 21:03:47 +00:00
revision=2
2014-12-19 10:34:45 +00:00
noarch=yes
build_style=fetch
2015-03-17 21:03:47 +00:00
depends="virtual?java-runtime"
2013-07-23 02:09:23 +00:00
short_desc="A fork of the Eclipse Java bytecode compiler for GCJ"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-07-23 02:09:23 +00:00
license="EPL"
homepage="http://gcc.gnu.org/java/"
2014-12-19 10:34:45 +00:00
checksum=9506e75b862f782213df61af67338eb7a23c35ff425d328affc65585477d34cd
2013-07-23 02:09:23 +00:00
distfiles="http://mirrors.kernel.org/sources.redhat.com/java/ecj-${version}.jar"
do_install() {
2014-12-19 10:34:45 +00:00
vinstall ecj-${version}.jar 644 usr/share/java ${pkgname}.jar
vbin ${FILESDIR}/ecj1
2013-07-23 02:09:23 +00:00
}