wok-next diff ecj/receipt @ rev 15706

claws-mail: Fix receipt
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 18:42:54 2013 +0100 (2013-12-22)
parents 45e5d2256ab7
children d5aab818505e
line diff
     1.1 --- a/ecj/receipt	Tue May 17 11:50:45 2011 +0200
     1.2 +++ b/ecj/receipt	Sun Dec 22 18:42:54 2013 +0100
     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  }