summaryrefslogtreecommitdiffstats
path: root/spelling
diff options
context:
space:
mode:
authorArjan Bouter2010-04-01 12:39:19 +0200
committerArjan Bouter2010-04-01 12:39:19 +0200
commit74b36d726f64e977a3b6d57e8e7a52b223357177 (patch)
treec54881d7fe6685f059fd5e20d2d6d5cc169a9a61 /spelling
parent280e1b8260ea750a0b2201f48c28dc9fc33d29ef (diff)
mythes: new spell, thesaurus library
Diffstat (limited to 'spelling')
-rwxr-xr-xspelling/mythes/BUILD1
-rwxr-xr-xspelling/mythes/DEPENDS1
-rwxr-xr-xspelling/mythes/DETAILS13
-rw-r--r--spelling/mythes/HISTORY2
-rwxr-xr-xspelling/mythes/INSTALL8
-rwxr-xr-xspelling/mythes/PRE_BUILD3
6 files changed, 28 insertions, 0 deletions
diff --git a/spelling/mythes/BUILD b/spelling/mythes/BUILD
new file mode 100755
index 0000000000..8f58e6df93
--- /dev/null
+++ b/spelling/mythes/BUILD
@@ -0,0 +1 @@
+make
diff --git a/spelling/mythes/DEPENDS b/spelling/mythes/DEPENDS
new file mode 100755
index 0000000000..fd0b0eb3e6
--- /dev/null
+++ b/spelling/mythes/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/spelling/mythes/DETAILS b/spelling/mythes/DETAILS
new file mode 100755
index 0000000000..08302f8f08
--- /dev/null
+++ b/spelling/mythes/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=mythes
+ VERSION=1.1
+ SOURCE="MyThes-${VERSION}.tar.gz"
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/hunspell/${SOURCE}
+ SOURCE_HASH=sha512:4969b5445aa9fa14a440191103f80b70f2c22ef659cd5b1c6a94f6201699b44ad496b24c7da04e3dbdd49398602f2abaae0e59bbe6755ed7f6cf7f079838a832
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/MyThes-${VERSION}"
+ WEB_SITE="http://hyphen.sourceforge.net"
+ LICENSE[0]=other
+ ENTERED=20090901
+ SHORT="thesaurus library"
+cat << EOF
+thesaurus library
+EOF
diff --git a/spelling/mythes/HISTORY b/spelling/mythes/HISTORY
new file mode 100644
index 0000000000..af196a9a06
--- /dev/null
+++ b/spelling/mythes/HISTORY
@@ -0,0 +1,2 @@
+2010-03-31 Arjan Bouter <abouter@sourcemage.org>
+ * BUILD,DEPENDS,DETAILS,INSTALL,PRE_BUILD: spell created
diff --git a/spelling/mythes/INSTALL b/spelling/mythes/INSTALL
new file mode 100755
index 0000000000..486dc45ef0
--- /dev/null
+++ b/spelling/mythes/INSTALL
@@ -0,0 +1,8 @@
+cd "${SOURCE_DIRECTORY}" &&
+
+install -m 0644 libmythes.a ${INSTALL_ROOT}/usr/lib/libmythes.a &&
+install -m 0644 mythes.hxx ${INSTALL_ROOT}/usr/include/mythes.hxx &&
+
+mkdir -p "${INSTALL_ROOT}/usr/share/mythes" &&
+install -m 0644 th_en_US_new.idx \
+ ${INSTALL_ROOT}/usr/share/mythes/th_en_US_new.idx
diff --git a/spelling/mythes/PRE_BUILD b/spelling/mythes/PRE_BUILD
new file mode 100755
index 0000000000..50757b0f9f
--- /dev/null
+++ b/spelling/mythes/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+sedit 's/^CXXFLAGS/#CXXFLAGS/' Makefile