wok view aspell-pt_PT/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
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 }