wok diff ecj/receipt @ rev 17112
tzdata: up (2014g).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 02 00:45:04 2014 +0300 (2014-09-02) |
parents | 45e5d2256ab7 |
children | 97571bb7f365 |
line diff
1.1 --- a/ecj/receipt Tue May 17 11:50:45 2011 +0200 1.2 +++ b/ecj/receipt Tue Sep 02 00:45:04 2014 +0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="The Eclipse standalone batch Java compiler and Ant compiler adapter." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 +LICENSE="other" 1.8 TARBALL="$PACKAGE-$VERSION.jar" 1.9 WEB_SITE="http://www.eclipse.org/jdt/core/" 1.10 # 3.4.2: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200902111700/$TARBALL" 1.11 @@ -34,5 +35,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs 1.15 - cp -a $_pkg/usr $fs 1.16 + cp -a $install/usr $fs 1.17 }