-rwxr-xr-x root/root usr/lib/ruby/1.9/linux-eabi/objspace.so
-rwxr-xr-x root/root usr/lib/ruby/1.9/linux-eabi/openssl.so
-rwxr-xr-x root/root usr/lib/ruby/1.9/linux-eabi/pathname.so
--rwxr-xr-x root/root usr/lib/ruby/1.9/linux-eabi/psych.so
-rwxr-xr-x root/root usr/lib/ruby/1.9/linux-eabi/pty.so
drwxr-xr-x root/root usr/lib/ruby/1.9/linux-eabi/racc/
-rwxr-xr-x root/root usr/lib/ruby/1.9/linux-eabi/racc/cparse.so
-rw-r--r-- root/root usr/lib/ruby/1.9/profile.rb
-rw-r--r-- root/root usr/lib/ruby/1.9/profiler.rb
-rw-r--r-- root/root usr/lib/ruby/1.9/pstore.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych.rb
-drwxr-xr-x root/root usr/lib/ruby/1.9/psych/
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/coder.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/core_ext.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/deprecated.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/handler.rb
-drwxr-xr-x root/root usr/lib/ruby/1.9/psych/handlers/
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/handlers/document_stream.rb
-drwxr-xr-x root/root usr/lib/ruby/1.9/psych/json/
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/json/ruby_events.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/json/stream.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/json/tree_builder.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/json/yaml_events.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes.rb
-drwxr-xr-x root/root usr/lib/ruby/1.9/psych/nodes/
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/alias.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/document.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/mapping.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/node.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/scalar.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/sequence.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/nodes/stream.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/omap.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/parser.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/scalar_scanner.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/set.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/stream.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/streaming.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/syntax_error.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/tree_builder.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors.rb
-drwxr-xr-x root/root usr/lib/ruby/1.9/psych/visitors/
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/depth_first.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/emitter.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/json_tree.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/to_ruby.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/visitor.rb
--rw-r--r-- root/root usr/lib/ruby/1.9/psych/visitors/yaml_tree.rb
drwxr-xr-x root/root usr/lib/ruby/1.9/racc/
-rw-r--r-- root/root usr/lib/ruby/1.9/racc/parser.rb
-rw-r--r-- root/root usr/lib/ruby/1.9/rake.rb
# Depends on: gdbm ncurses openssl readline zlib libffi libyaml
name=ruby
-version=1.9.3-p448
+version=1.9.3-p484
release=1
source=(ftp://ftp.ruby-lang.org/pub/$name/1.9/$name-$version.tar.bz2 \
$name-arch.patch)
build () {
- cd $name-$version
+ cd $name-$version
- patch -p0 -i $SRC/$name-arch.patch
+ patch -p0 -i $SRC/$name-arch.patch
- ./configure --prefix=/usr \
- --mandir=/usr/man \
- --enable-shared \
- --disable-install-doc \
- --with-ruby-version=minor
+ ./configure --prefix=/usr \
+ --mandir=/usr/man \
+ --enable-shared \
+ --disable-install-doc \
+ --with-ruby-version=minor
- make
- make DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
}