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
diff options
context:
space:
mode:
Diffstat (limited to '0.84/platform/sugar-etoys/SPECS/sugar-etoys.spec')
-rw-r--r--0.84/platform/sugar-etoys/SPECS/sugar-etoys.spec62
1 files changed, 62 insertions, 0 deletions
diff --git a/0.84/platform/sugar-etoys/SPECS/sugar-etoys.spec b/0.84/platform/sugar-etoys/SPECS/sugar-etoys.spec
new file mode 100644
index 0000000..01e4fa7
--- /dev/null
+++ b/0.84/platform/sugar-etoys/SPECS/sugar-etoys.spec
@@ -0,0 +1,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
+