From 4c7a1a983760fbc8adc155def3c57fa9f86b98d3 Mon Sep 17 00:00:00 2001 From: Jeremy Blosser Date: Mon, 24 Apr 2006 10:30:43 -0500 Subject: sync ./ham/aldo from stable-rc 0.4 --- ham/aldo/BUILD | 9 ++------- ham/aldo/DEPENDS | 1 + ham/aldo/DETAILS | 9 ++++----- ham/aldo/HISTORY | 6 ++++++ 4 files changed, 13 insertions(+), 12 deletions(-) create mode 100755 ham/aldo/DEPENDS (limited to 'ham/aldo') diff --git a/ham/aldo/BUILD b/ham/aldo/BUILD index 8ff89c2967..481872d1a9 100755 --- a/ham/aldo/BUILD +++ b/ham/aldo/BUILD @@ -1,8 +1,3 @@ -( - + invoke_gcc && make libs && - make aldo && - prepare_install && - make install - -) > $C_FIFO 2>&1 + make aldo diff --git a/ham/aldo/DEPENDS b/ham/aldo/DEPENDS new file mode 100755 index 0000000000..22f91f7bfd --- /dev/null +++ b/ham/aldo/DEPENDS @@ -0,0 +1 @@ +depends gcc33 diff --git a/ham/aldo/DETAILS b/ham/aldo/DETAILS index deefdd5bfd..3923e32fa4 100755 --- a/ham/aldo/DETAILS +++ b/ham/aldo/DETAILS @@ -1,20 +1,19 @@ SPELL=aldo - VERSION=0.6.1 + 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}/ - MAINTAINER=jason@flattfamily.com + BUILD_API=2 + GCC_VERSION=3.3 LICENSE=GPL - MD5[0]=535b655d7af6934f37f5848bbd56aba7 + SOURCE_HASH=sha512:64381958e00486d0b960f40bac52dcb9858c3fd1d40e666da60eff178c0364284d159e51723a1ac7787afa679ea84dce146763f7b3afa1f0fa96eeebe186417c 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 index ede0eb7252..7e5fd999c7 100644 --- a/ham/aldo/HISTORY +++ b/ham/aldo/HISTORY @@ -1,3 +1,9 @@ +2005-11-25 George Sherwood + * DETAILS: Updated Version 0.6.2, BUILD_API=2, SOURCE_HASH. + Removed MAINTAINER. + * BUILD: Updated for BUILD_API=2 + * DEPENDS: Depends gcc33 + 2003-11-22 Jason Flatt * DETAILS: Version bump to 0.6.1. -- cgit v1.2.3