1 |
zezinho |
168578 |
Name: etoys |
2 |
|
|
Version: 4.1.2390 |
3 |
|
|
Release: %mkrel 1 |
4 |
|
|
Summary: An educational tool for teaching children powerful ideas in compelling ways |
5 |
|
|
License: MIT/Apache |
6 |
|
|
Group: Graphical desktop/Other |
7 |
|
|
Url: http://squeakland.org/ |
8 |
|
|
Source: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.gz |
9 |
|
|
|
10 |
|
|
Patch: etoys-4.0.2340-sugar-etoys-desktop.patch |
11 |
|
|
|
12 |
|
|
Requires: squeak-vm >= 3.10.3 |
13 |
|
|
|
14 |
|
|
BuildRequires: autoconf |
15 |
|
|
BuildRequires: automake |
16 |
|
|
BuildRequires: gettext |
17 |
|
|
BuildRequires: libtool |
18 |
|
|
|
19 |
|
|
BuildArch: noarch |
20 |
|
|
|
21 |
|
|
%description |
22 |
|
|
Squeak Etoys was inspired by LOGO, PARC-Smalltalk, Hypercard, starLOGO |
23 |
|
|
and AgentSheets. It is a media-rich authoring environment with a simple, |
24 |
|
|
powerful scripted object model for many kinds of objects created by end-users |
25 |
|
|
that runs on many platforms, and it is free and open source. It includes 2D and |
26 |
|
|
3D graphics, images, text, particles, presentations, web-pages, videos, sound |
27 |
|
|
and MIDI, etc. It includes the ability to share desktops with other Etoy users |
28 |
|
|
in real-time, so many forms of immersive mentoring and play can be done over |
29 |
|
|
the Internet. |
30 |
|
|
|
31 |
|
|
%prep |
32 |
|
|
%setup -q |
33 |
|
|
%patch -p1 |
34 |
|
|
|
35 |
|
|
%build |
36 |
|
|
autoreconf |
37 |
|
|
%define __libtoolize true |
38 |
|
|
%configure --exec_prefix=%{_prefix}/bin --datarootdir=%{_prefix}/share --datadir=%{_prefix}/share --bindir=%{_prefix}/bin |
39 |
|
|
make |
40 |
|
|
|
41 |
|
|
%install |
42 |
|
|
rm -rf %{buildroot} |
43 |
|
|
make ROOT=%{buildroot} datadir=%{buildroot}/%{_prefix}/share bindir=%{buildroot}/%{_prefix}/bin install-etoys |
44 |
|
|
|
45 |
|
|
|
46 |
|
|
%clean |
47 |
|
|
rm -rf %{buildroot} |
48 |
|
|
|
49 |
|
|
%files |
50 |
|
|
%defattr(-,root,root,-) |
51 |
|
|
%{_bindir}/* |
52 |
|
|
%{_datadir}/etoys |
53 |
|
|
%{_datadir}/mime/packages/* |
54 |
|
|
%{_datadir}/doc/* |
55 |
|
|
%{_datadir}/applications/* |
56 |
|
|
|
57 |
|
|
|
58 |
|
|
|