Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/platform/etoys/SPECS/etoys.spec
diff options
context:
space:
mode:
Diffstat (limited to '0.84/platform/etoys/SPECS/etoys.spec')
-rw-r--r--0.84/platform/etoys/SPECS/etoys.spec62
1 files changed, 62 insertions, 0 deletions
diff --git a/0.84/platform/etoys/SPECS/etoys.spec b/0.84/platform/etoys/SPECS/etoys.spec
new file mode 100644
index 0000000..460e544
--- /dev/null
+++ b/0.84/platform/etoys/SPECS/etoys.spec
@@ -0,0 +1,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
+