wok diff ecj/receipt @ rev 15781

linux: remove kmod dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 13 00:02:35 2014 +0100 (2014-01-13)
parents 45e5d2256ab7
children 97571bb7f365
line diff
     1.1 --- a/ecj/receipt	Tue May 17 11:50:45 2011 +0200
     1.2 +++ b/ecj/receipt	Mon Jan 13 00:02:35 2014 +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  }