summaryrefslogtreecommitdiffstats
path: root/i18n/kanjipad
diff options
context:
space:
mode:
authorLadislav Hagara2007-04-12 17:32:26 +0200
committerLadislav Hagara2007-04-12 17:32:26 +0200
commit2c2bc687ffc89f658f25e817f511a24fe2426370 (patch)
tree720d4dd257762a664b4bf049e1e6fbea72c00ba2 /i18n/kanjipad
parentc5139f106783dbc50afdab2a1b4cd0c6827835c8 (diff)
i18n/kanjipad: new spell, Japanese Handwriting Recognition
Diffstat (limited to 'i18n/kanjipad')
-rwxr-xr-xi18n/kanjipad/BUILD1
-rwxr-xr-xi18n/kanjipad/DEPENDS2
-rwxr-xr-xi18n/kanjipad/DETAILS17
-rw-r--r--i18n/kanjipad/HISTORY3
-rwxr-xr-xi18n/kanjipad/PRE_BUILD5
5 files changed, 28 insertions, 0 deletions
diff --git a/i18n/kanjipad/BUILD b/i18n/kanjipad/BUILD
new file mode 100755
index 0000000000..8f58e6df93
--- /dev/null
+++ b/i18n/kanjipad/BUILD
@@ -0,0 +1 @@
+make
diff --git a/i18n/kanjipad/DEPENDS b/i18n/kanjipad/DEPENDS
new file mode 100755
index 0000000000..d4ea58f78b
--- /dev/null
+++ b/i18n/kanjipad/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+2 &&
+depends perl
diff --git a/i18n/kanjipad/DETAILS b/i18n/kanjipad/DETAILS
new file mode 100755
index 0000000000..82c54e822d
--- /dev/null
+++ b/i18n/kanjipad/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=kanjipad
+ VERSION=2.0.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_HASH=sha512:66a38597358f97a9b43c3d1f4a9d6cf583b6158350131bae3b4d47edb167877def8eff4dde666c41549accb54c7256e08403985bb06d56758050a46d5b471ef6
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://fishsoup.net/software/kanjipad/$SOURCE
+ LICENSE[0]=GPL
+ WEB_SITE=http://fishsoup.net/software/kanjipad/
+ ENTERED=20070412
+ KEYWORDS="18n"
+ SHORT="Japanese Handwriting Recognition"
+cat << EOF
+KanjiPad is a very simple program for handwriting recognition.
+The user draws a character into the box, then requests translation.
+The best candidates are displayed along the right hand side of
+the window and can be selected for pasting into other programs.
+EOF
diff --git a/i18n/kanjipad/HISTORY b/i18n/kanjipad/HISTORY
new file mode 100644
index 0000000000..e02786d695
--- /dev/null
+++ b/i18n/kanjipad/HISTORY
@@ -0,0 +1,3 @@
+2007-04-12 Ladislav Hagara <hgr@vabo.cz>
+ * *: created this spell, version 2.0.0
+
diff --git a/i18n/kanjipad/PRE_BUILD b/i18n/kanjipad/PRE_BUILD
new file mode 100755
index 0000000000..08f80dd34b
--- /dev/null
+++ b/i18n/kanjipad/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+sedit 's:-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED::' Makefile &&
+sedit 's:/usr/local:/usr:' Makefile