51efd401f3
A new programming language that makes it easy to create your own interactive stories, animations, games, music, and art - and share your creations on the web. Designed to help young people (ages 8 and up) develop 21st century learning skills. As they create Scratch projects, young people learn important mathematical and computational ideas, while also gaining a deeper understanding of the process of design. from maintainer Stuart Cassoff, with tweaks by me and input from ajacoutot@.
6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
SCRATCH_DIR=${HOME}/Scratch
|
|
mkdir ${SCRATCH_DIR}
|
|
gunzip < ${PREFIX}/lib/scratch/Scratch.image.gz > ${SCRATCH_DIR}/Scratch.image
|
|
for i in Help locale ; do ln -s ${PREFIX}/lib/scratch/$i ${SCRATCH_DIR}; done
|
|
for i in Media Projects ; do ln -s ${PREFIX}/share/scratch/$i ${SCRATCH_DIR}; done
|