wok-next diff hunspell/receipt @ rev 21545
updated cgames (2.2 -> 2.2b)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jun 21 17:35:44 2020 +0100 (2020-06-21) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/hunspell/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/hunspell/receipt Sun Jun 21 17:35:44 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="hunspell" 1.7 -VERSION="1.6.2" 1.8 +VERSION="1.7.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="A spell checker" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -10,10 +10,13 @@ 1.13 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WGET_URL="https://github.com/hunspell/hunspell/archive/v$VERSION.tar.gz" 1.16 +TARBALL_SHA1="e42ea8342a191b9cd7da57d0d6ad4ae1566c5dcc" 1.17 1.18 BUILD_DEPENDS="automake libtool gettext-dev readline-dev" 1.19 SPLIT="$PACKAGE-dev" 1.20 1.21 +DEPENDS_std="ncurses readline" 1.22 + 1.23 compile_rules() { 1.24 autoreconf -vfi && 1.25 rm $src/po/stamp-po && 1.26 @@ -22,21 +25,8 @@ 1.27 --with-ui \ 1.28 --with-readline \ 1.29 --disable-static \ 1.30 - --without-included-gettext \ 1.31 $CONFIGURE_ARGS && 1.32 fix libtool && 1.33 make && 1.34 - make -j1 DESTDIR=$install install 1.35 + make install #-j1 DESTDIR=$install install 1.36 } 1.37 - 1.38 -genpkg_rules() { 1.39 - case $PACKAGE in 1.40 - hunspell) 1.41 - copy @std 1.42 - DEPENDS="ncurses readline" 1.43 - ;; 1.44 - *-dev) 1.45 - copy @dev 1.46 - ;; 1.47 - esac 1.48 -}