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 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 community/aspell/build (limited to 'community/aspell/build') 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 -- cgit v1.2.3