blob: ce40706e2621df9f36c1729a1f9733d661516e17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SPELL=aldo
VERSION=0.6.3
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
WEB_SITE=http://sourceforge.net/projects/${SPELL}/
GCC_VERSION=3.3
LICENSE=GPL
SOURCE_HASH=sha512:64381958e00486d0b960f40bac52dcb9858c3fd1d40e666da60eff178c0364284d159e51723a1ac7787afa679ea84dce146763f7b3afa1f0fa96eeebe186417c
ENTERED=20020730
UPDATED=20020730
KEYWORDS="ham"
SHORT="Aldo is a Morse code tutor."
cat << EOF
Aldo is a Morse code tutor. It generates some strings of chars using a
random number generator, and translates and sounds these strings in
Morse code. You must catch the code and check what you have heard. It
has 6 skills and 4 speeds.
EOF
|