wok diff rhino/receipt @ rev 12030

stella: move post_install code to genpkg_rules. It's far better to run a command once on the builder than on install on each of our computer.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 06 22:40:08 2012 +0100 (2012-03-06)
parents ad00280438a6
children 11cce6c93ceb
line diff
     1.1 --- a/rhino/receipt	Tue Apr 26 15:26:46 2011 +0200
     1.2 +++ b/rhino/receipt	Tue Mar 06 22:40:08 2012 +0100
     1.3 @@ -10,9 +10,11 @@
     1.4  WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL"
     1.5  TAGS="java javascript"
     1.6  
     1.7 -DEPENDS="java-jre"
     1.8 +DEPENDS=""
     1.9  BUILD_DEPENDS=""
    1.10  
    1.11 +SUGGESTED="java-jre"
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {