wok-next view aspell/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 82b613cfd1e0
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aspell"
4 VERSION="0.60.8"
5 CATEGORY="system-tools"
6 TAGS_std="spell check"
7 SHORT_DESC="GNU spell checker"
8 MAINTAINER="paul@slitaz.org"
9 LICENSE="LGPL2"
10 WEB_SITE="http://aspell.net/"
11 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/aspell.html"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="$GNU_MIRROR/aspell/$TARBALL"
15 # 0.60.6.1 TARBALL_SHA1="ff1190db8de279f950c242c6f4c5d5cdc2cbdc49"
17 BUILD_DEPENDS="gettext-dev ncurses-dev perl"
18 SPLIT="$PACKAGE-dev"
20 DEPENDS_std="ncurses"
22 compile_rules()
23 {
24 # 0.60.6.1 fix some problems identified by gcc7:
25 # sed -i '/ top.do_check ==/s/top.do_check/*&/' modules/filter/tex.cpp
26 # sed -i '/word ==/s/word/*&/' prog/check_funs.cpp
28 ./configure $CONFIGURE_ARGS &&
29 fix libtool &&
30 make &&
31 make install || return 1
33 ln -svfn aspell-0.60 $install/usr/lib/aspell
35 cook_pick_docs manual/aspell.html/ manual/aspell-dev.html/
36 }