wok-next view hunspell/receipt @ rev 19948

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:07:55 2017 +0200 (2017-10-16)
parents c11b812cd39a
children 0ec6086e21d6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="hunspell"
4 VERSION="1.6.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="A spell checker"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1 MPL"
9 WEB_SITE="http://hunspell.github.io/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/hunspell/hunspell/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="automake libtool gettext"
15 SPLIT="hunspell-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 autoreconf -vfi &&
21 rm $src/po/stamp-po &&
23 ./configure $CONFIGURE_ARGS &&
24 make &&
25 make -j1 DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 case $PACKAGE in
32 hunspell) copy @std ;;
33 hunspell-dev) copy @dev ;;
34 esac
35 }