smlinux/base/aspell6/aspell6.SMBuild
2022-01-28 23:06:05 +05:30

29 lines
614 B
Text
Executable file

APP=aspell6
VERSION=en
BUILD=1sml
HOMEPAGE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
DOWNLOAD=""
REQUIRES="aspell"
DESC="Dictionary files for aspell spelling checker"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
tar xf $SRCDIR/$APP-$VERSION-2018.04.16-0.tar.bz2
cd "$APP-$VERSION-2018.04.16-0"
fixbuilddirpermissions
./configure
make
make install DESTDIR=$PKG
cp Copyright $PKGDOCS/
mkfinalpkg
}
SHA512SUMS="
70447f5f11a6a2d96e58376ac06e78add59e4eb237ca40ed0752f481dabe1a6e9e227fd20ba95a5612de1bb4357cd65760a31c94efe66f8499b9ed031e9846c2 aspell6-en-2018.04.16-0.tar.bz2
"