Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37697177
en ru br
Репозитории ALT
5.1: 0.60.1-alt1
4.1: 0.60-alt1
4.0: 0.32d-alt4
3.0: 0.32d-alt4
www.altlinux.org/Changes

Группа :: Разработка/Ruby
Пакет: ruby-opengl

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: ruby-opengl
Version: 0.60
Release: alt1
Summary: OpenGL Interface for Ruby
License: MIT
Group: Development/Ruby
Url: http://ruby-opengl.rubyforge.org/
Source: ruby-opengl-%{version}.tar
Patch: ruby-opengl-0.60-alt-rubygems-sucks.patch

Packager: Ruby Maintainers Team <ruby at packages.altlinux.org>

BuildRequires(pre): rpm-build-ruby
# Automatically added by buildreq on Thu Apr 03 2008 (-bi)
BuildRequires: freeglut-devel libmesa-devel libruby-devel ruby-mkrf ruby-module-etc

%description
ruby-opengl consists of Ruby extension modules that are bindings for
the OpenGL, GLU, and GLUT libraries. It is intended to be a replacement
for -- and uses the code from -- Yoshi's ruby-opengl.

%prep
%setup
%patch -p1

%build
%rake
#rake test

%install
mkdir -p %buildroot{%ruby_sitelibdir,%ruby_sitearchdir}
install -p -m644 lib/*.so  %buildroot%ruby_sitearchdir
install -p -m644 lib/*.rb  %buildroot%ruby_sitelibdir

%files
%ruby_sitelibdir/*
%ruby_sitearchdir/*
%doc doc examples README.txt

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin