diff options
author | root | 2006-04-24 09:03:08 -0500 |
---|---|---|
committer | root | 2006-04-24 09:03:08 -0500 |
commit | 84d8b510ac289af0a43bfa9e110844af27a90196 (patch) | |
tree | d7093929b954dd2f71114bff270755e18f737eb1 /ham/aldo |
initial commit from stable 0.3
Diffstat (limited to 'ham/aldo')
-rwxr-xr-x | ham/aldo/BUILD | 8 | ||||
-rwxr-xr-x | ham/aldo/DETAILS | 20 | ||||
-rw-r--r-- | ham/aldo/HISTORY | 33 |
3 files changed, 61 insertions, 0 deletions
diff --git a/ham/aldo/BUILD b/ham/aldo/BUILD new file mode 100755 index 0000000000..8ff89c2967 --- /dev/null +++ b/ham/aldo/BUILD @@ -0,0 +1,8 @@ +( + + make libs && + make aldo && + prepare_install && + make install + +) > $C_FIFO 2>&1 diff --git a/ham/aldo/DETAILS b/ham/aldo/DETAILS new file mode 100755 index 0000000000..deefdd5bfd --- /dev/null +++ b/ham/aldo/DETAILS @@ -0,0 +1,20 @@ + SPELL=aldo + VERSION=0.6.1 + 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}/ + MAINTAINER=jason@flattfamily.com + LICENSE=GPL + MD5[0]=535b655d7af6934f37f5848bbd56aba7 + ENTERED=20020730 + UPDATED=20020730 + 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 diff --git a/ham/aldo/HISTORY b/ham/aldo/HISTORY new file mode 100644 index 0000000000..ede0eb7252 --- /dev/null +++ b/ham/aldo/HISTORY @@ -0,0 +1,33 @@ +2003-11-22 Jason Flatt <jason@flattfamily.com> + * DETAILS: Version bump to 0.6.1. + +2003-11-18 Jason Flatt <jason@flattfamily.com> + * DETAILS: Version bump to 0.6.0. + * HISTORY: Reformatted for new standard. + +2003-09-30 Andrew Stitt <astitt@sourcemage.org> + * DETAILS: Version bump 0.5.0 -> 0.5.2 + +2003-09-13 Andrew Stitt <a@t.armory.com> + * DETAILS: Version bump to 0.5.0 + +2003-07-22 Andrew Stitt <a@t.armory.com> + * DETAILS: Version bump to 0.0.12 + * DEPENDS: added for libiconv, it breaks on my system w/o it + +2003-06-05 Seth Woolley <seth@tautology.org> + * DETAILS: Changed to .bz2 since .gz is not not being used for new versions on sf website. + +2003-06-04 Jason Flatt <jason@flattfamily.com> + * DETAILS: Version bump to 0.0.11. + * BUILD: Prettied up the BUILD file. :^) + +2003-05-23 Andrew Stitt <a@t.armory.com> + * DETAILS: Version bump to 0.0.10 + +2003-04-25 Jason Flatt <jason@flattfamily.com> + * DETAILS: Updated MAINTAINER e-mail address + +2002-07-30 Jason Flatt <jasonflatt@wizard.com> + * Created this spell + |