wok view aspell-fr/receipt @ rev 21069

updated jabberd2 (2.2.16 -> 2.7.0)
author Hans-G?nter Theisgen
date Thu Mar 14 15:45:54 2019 +0100 (2019-03-14)
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 }