wok-next view hunspell/receipt @ rev 20833
prosody: what I see missing when I start the old prosody 0.9.4
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 17 19:03:23 2018 +0000 (2018-06-17) |
parents | 9278a60d6895 |
children | 315a1dc02606 |
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 compile_rules() {
18 autoreconf -vfi &&
19 rm $src/po/stamp-po &&
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make -j1 DESTDIR=$DESTDIR install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 hunspell) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }