wok view aspell-fr/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
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 }