From da68d6a3591b54d18f2ef5043648285d69cd9d83 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 14 Jul 2020 00:40:25 +0300 Subject: aspell: add new package at 0.60.8 --- community/aspell/build | 10 ++++++++++ community/aspell/checksums | 1 + community/aspell/depends | 2 ++ community/aspell/sources | 1 + community/aspell/version | 1 + 5 files changed, 15 insertions(+) create mode 100755 community/aspell/build create mode 100644 community/aspell/checksums create mode 100644 community/aspell/depends create mode 100644 community/aspell/sources create mode 100644 community/aspell/version (limited to 'community') 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 -- cgit v1.2.3