diff options
Diffstat (limited to 'community')
-rwxr-xr-x | community/aspell/build | 10 | ||||
-rw-r--r-- | community/aspell/checksums | 1 | ||||
-rw-r--r-- | community/aspell/depends | 2 | ||||
-rw-r--r-- | community/aspell/sources | 1 | ||||
-rw-r--r-- | community/aspell/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/community/aspell/build b/community/aspell/build new file mode 100755 index 00000000..5be11ec5 --- /dev/null +++ b/community/aspell/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-nls \ + --enable-static \ + --disable-shared + +make +make DESTDIR="$1" install diff --git a/community/aspell/checksums b/community/aspell/checksums new file mode 100644 index 00000000..903646fb --- /dev/null +++ b/community/aspell/checksums @@ -0,0 +1 @@ +f9b77e515334a751b2e60daab5db23499e26c9209f5e7b7443b05235ad0226f2 aspell-0.60.8.tar.gz diff --git a/community/aspell/depends b/community/aspell/depends new file mode 100644 index 00000000..4670408b --- /dev/null +++ b/community/aspell/depends @@ -0,0 +1,2 @@ +ncurses +perl diff --git a/community/aspell/sources b/community/aspell/sources new file mode 100644 index 00000000..db6c53fa --- /dev/null +++ b/community/aspell/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/aspell/aspell-0.60.8.tar.gz diff --git a/community/aspell/version b/community/aspell/version new file mode 100644 index 00000000..6c00bc85 --- /dev/null +++ b/community/aspell/version @@ -0,0 +1 @@ +0.60.8 1 |