Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/platform/sugar-etoys/SPECS/sugar-etoys.spec
blob: 01e4fa7f26c538e2e1baa99278ffc721f18bf48f (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: sugar-etoys
Version: 101
Release: 1
Summary: Squeak Etoys activity for Sugar
License: MIT/Apache
Group: Sugar/Activities
Url: http://sugarlabs.org/

Source: http://download.sugarlabs.org/sources/sucrose/fructose/Etoys/Etoys-101.tar.gz

Patch: sugar-etoys-101-sugar-795.patch

Requires: etoys >= 4.0.2212
Requires: sugar-toolkit >= 0.84.4

BuildRequires: sugar-toolkit >= 0.84.4
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-101
%patch -p1

%build
python  \
	setup.py \
	build

%install
rm -rf %{buildroot}
[ -f setup.py ] && chmod 0755 setup.py
python  \
	setup.py \
	install \
	--prefix=%{buildroot}/%{_prefix}
%fdupes -s %{buildroot}


%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%{_datadir}/sugar/activities/*
%doc COPYING NEWS

%changelog