Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/sucrose/etoys/SPECS/etoys.spec
blob: 460e54411b400d779e0c7de1944da6585fd2936a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# NOTE: Do not edit, file was generated by jhconvert

Name: etoys
Version: 4.0.2212
Release: 1
Summary: Squeak Etoys activity for Sugar
License: MIT/Apache
Group: Graphical desktop/Other
Url: http://sugarlabs.org/

Source: http://download.sugarlabs.org/sources/sucrose/glucose/etoys/etoys-4.0.2212.tar.gz

Requires: squeak-vm >= 3.10.3

BuildRequires: gettext  
BuildRequires: fdupes

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch

%description
Squeak Etoys was inspired by LOGO, PARC-Smalltalk, Hypercard, starLOGO
and AgentSheets. It is a media-rich authoring environment with a simple,
powerful scripted object model for many kinds of objects created by end-users
that runs on many platforms, and it is free and open source. It includes 2D and
3D graphics, images, text, particles, presentations, web-pages, videos, sound
and MIDI, etc. It includes the ability to share desktops with other Etoy users
in real-time, so many forms of immersive mentoring and play can be done over
the Internet.

%prep
%setup -q -n etoys-4.0.2212


%build
%configure  \
	--exec-prefix='${prefix}' \
	--datarootdir='${prefix}/share' \
	--datadir='${prefix}/share' \
	--bindir='${prefix}/bin'
make 

%install
rm -rf %{buildroot}
make  \
	ROOT=%{buildroot} \
	datadir=%{buildroot}/%{_prefix}/share \
	install-etoys
%fdupes -s %{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/etoys
%{_datadir}/mime/packages/*
%{_datadir}/doc/*

%changelog