wok-next view hunspell/receipt @ rev 19784

Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 04:02:32 2017 +0300 (2017-06-19)
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 }