17 lines
529 B
Text
17 lines
529 B
Text
# Template build file for 'eclipse-ecj'.
|
|
pkgname=eclipse-ecj
|
|
version=4.9
|
|
revision=1
|
|
noarch=yes
|
|
build_style=fetch
|
|
short_desc="A fork of the Eclipse Java bytecode compiler for GCJ"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="EPL"
|
|
homepage="http://gcc.gnu.org/java/"
|
|
checksum=9506e75b862f782213df61af67338eb7a23c35ff425d328affc65585477d34cd
|
|
distfiles="http://mirrors.kernel.org/sources.redhat.com/java/ecj-${version}.jar"
|
|
|
|
do_install() {
|
|
vinstall ecj-${version}.jar 644 usr/share/java ${pkgname}.jar
|
|
vbin ${FILESDIR}/ecj1
|
|
}
|