wok-current view aspell-fr/receipt @ rev 23572
updated python-unidecode (0.04.17 -> 1.1.1)
| author | Hans-Günter Theisgen | 
|---|---|
| date | Tue Apr 07 10:55:18 2020 +0100 (2020-04-07) | 
| parents | 191b99ca9dc2 | 
| children | 095836df71b7 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="aspell-fr"
     4 VERSION="0.50-3"
     5 CATEGORY="system-tools"
     6 SHORT_DESC="French aspell dictionary."
     7 MAINTAINER="paul@slitaz.org"
     8 LICENSE="GPL2"
     9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
    11 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/fr/$TARBALL"
    12 HOST_ARCH="i486 arm"
    14 DEPENDS="aspell"
    15 BUILD_DEPENDS="aspell-dev"
    17 # Rules to configure and make the package.
    18 compile_rules()
    19 {
    20 	./configure &&
    21 	make && make install
    22 }
    24 # Rules to gen a SliTaz package suitable for Tazpkg.
    25 genpkg_rules()
    26 {
    27 	mkdir -p $fs/usr/lib
    28 	cp -a $install/usr/lib/* $fs/usr/lib
    29 }