Name: ruby Group: Development Version: 1.8.5 Release: 1 Distribution: Boyd Trial Packages Vendor: Boyd Adamson Summary: Object oriented scripting language Source: ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5.tar.gz URL: http://www.ruby-lang.org Buildroot: %{_tmppath}/%{name}-%{version}-build SUNW_Pkg: BOYDruby SUNW_BaseDir: %{_prefix} SUNW_Category: application %description Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. %prep %setup %build ./configure --enable-pthread --prefix=%{_prefix} make %install make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, bin) %{_prefix}/*