wok view aspell-en/receipt @ rev 22770

updated fox, fox-dev and fox-doc (1.6.49 -> 1.6.57)
author Hans-G?nter Theisgen
date Sat Jan 25 15:38:28 2020 +0100 (2020-01-25)
parents 128aae84d74c
children 095836df71b7
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-en"
4 VERSION="2019.10.06.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="English aspell dictionary."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
11 SOURCE="aspell6-en"
12 TARBALL="$SOURCE-${VERSION%.*}-${VERSION##*.}.tar.bz2"
13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/en/$TARBALL"
15 DEPENDS="aspell"
16 BUILD_DEPENDS="aspell-dev"
18 HOST_ARCH="i486 arm"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib
32 cp -a $install/usr/lib/* $fs/usr/lib
33 }