Package Details: joystick-ruby 0.1.0-1

Package Base: joystick-ruby
Description: Joystick bindings for Ruby under Linux
Upstream URL: http://pablotron.org/software/joystick-ruby/
Category: lib
Licenses: MIT
Submitter: None
Maintainer: None
Last Packager: None
Votes: 0
First Submitted: 2008-06-21 20:17
Last Updated: 2009-07-14 17:03

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by hbekel

2011-02-16 09:34

Does not build for ruby 1.9 anymore due to changes in the ruby c-api: "RSTRING(foo)->ptr" needs to be changed to "RSTRING_PTR(foo)" in joystick.c.

The 'MIT' license requires a verbatim copy of the included license at /usr/share/licenses/$pkgname/LICENSE, see https://wiki.archlinux.org/index.php/Arch_Packaging_Standards#Licenses

The use of $startdir is deprecated (use $srcdir and $pkdir instead). Returning 1 on failure is no longer required, either.