Cross package maker. DEB/RPM generation or conversion. Derived from jordansissel/fpm.

⌈⌋ ⎇ branch:  cross package maker


Artifact [7507a64fad]

Artifact 7507a64fad69c820185675397f3569540f0cfab6:

  • File examples/jruby/README.md — part of check-in [65aa700908] at 2011-02-16 20:38:21 on branch trunk — Fix arch (user: jls@semicomplete.com size: 253) [more...]

Usage:

make package

Should make the package. Try installing:

sudo dpkg -i jruby-1.6.0.RC2-1.all.deb

Now try it:

% /opt/jruby/bin/jirb 
>> require "java"
=> true
>> java.lang.System.out.println("Hello")
Hello
=> nil