wok view aspell-pt_PT/receipt @ rev 23156

Up nwipe (0.28) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 17:43:47 2020 +0100 (2020-03-15)
parents 191b99ca9dc2
children 095836df71b7
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-pt_PT"
4 VERSION="20190329.1.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Portuguese aspell dictionary."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
11 SOURCE="aspell6-pt_PT"
12 TARBALL="$SOURCE-${VERSION//./-}.tar.bz2"
13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/$TARBALL"
15 DEPENDS="aspell"
16 BUILD_DEPENDS="aspell aspell-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $install/usr/lib/* $fs/usr/lib
31 }