Sha256: b3392a1dbb401b4a72f1031b8750783e99b1adedd55f1e91a55ff4756b46b679
Contents?: true
Size: 556 Bytes
Versions: 4
Compression:
Stored size: 556 Bytes
Contents
#!/usr/bin/env ruby # Bogus extconf.rb to bridge rubygems to autoconf. # rubygems will call "make install" on the resulting makefile. puts 'The Gosu gem requires some libraries to be installed system-wide.' puts 'See the following site for a list:' puts 'http://code.google.com/p/gosu/wiki/GettingStartedOnLinux' puts require 'rbconfig' Dir.chdir File.dirname($0) ruby_command = File.join(Config::CONFIG["bindir"], Config::CONFIG["RUBY_INSTALL_NAME"]) exit 1 if not system("env GOSU_MAKEFILE_FOR_GEM=1 GOSU_RUBY_COMMAND=#{ruby_command} sh configure")
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gosu-0.7.17 | linux/extconf.rb |
gosu-0.7.16 | linux/extconf.rb |
gosu-0.7.15 | linux/extconf.rb |
gosu-0.7.14 | linux/extconf.rb |