From c72e979be9c2a23e5f525c5232da40905bd2c5e5 Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Sun, 23 Jan 2011 02:53:14 +0300 Subject: klavaro: new spell, GTK+2 touch typing tutor program --- education/klavaro/DEPENDS | 3 +++ education/klavaro/DETAILS | 17 +++++++++++++++++ education/klavaro/HISTORY | 2 ++ 3 files changed, 22 insertions(+) create mode 100755 education/klavaro/DEPENDS create mode 100755 education/klavaro/DETAILS create mode 100644 education/klavaro/HISTORY (limited to 'education') diff --git a/education/klavaro/DEPENDS b/education/klavaro/DEPENDS new file mode 100755 index 0000000000..f53620cfaa --- /dev/null +++ b/education/klavaro/DEPENDS @@ -0,0 +1,3 @@ +depends gtk+2 && +depends gtkdatabox && +depends curl diff --git a/education/klavaro/DETAILS b/education/klavaro/DETAILS new file mode 100755 index 0000000000..331bc466ab --- /dev/null +++ b/education/klavaro/DETAILS @@ -0,0 +1,17 @@ + SPELL=klavaro + VERSION=1.7.4 + SOURCE=$SPELL-$VERSION.tar.bz2 +SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" + SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE + SOURCE_HASH=sha512:56ffe966bc3181bf5ec0fa34caded4fc158a94c96b587e1512ff906cf8d86c6b28385d374788d0c98c58c94ebb476538236943ccd646d677510ddf004e1d1391 + LICENSE[0]=GPL + WEB_SITE=http://klavaro.sourceforge.net/ + ENTERED=20110123 + SHORT="GTK+2 touch typing tutor program" +cat << EOF +A touch typing tutor very flexible, supporting customizable keyboard layouts. + +You can edit and save new or unknown keyboard layouts, as the basic course +was designed to not depend on specific ones. Also, there are some charts +about the learning process. +EOF diff --git a/education/klavaro/HISTORY b/education/klavaro/HISTORY new file mode 100644 index 0000000000..4a8125a4f2 --- /dev/null +++ b/education/klavaro/HISTORY @@ -0,0 +1,2 @@ +2011-01-23 Vlad Glagolev + * DETAILS, DEPENDS: created spell -- cgit v1.2.3