wok view aspell-da/receipt @ rev 24325

updated aspell-da (1.4.42-1 -> 1.6.36-11-0)
author Hans-G?nter Theisgen
date Thu Jan 27 10:35:34 2022 +0100 (2022-01-27)
parents 191b99ca9dc2
children 095836df71b7
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-da"
4 VERSION="1.6.36-11-0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Danish 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-da"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/da/$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 install DESTDIR=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cook_copy_folders lib
30 }