wok annotate 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
rev   line source
paul@6385 1 # SliTaz package receipt.
paul@6385 2
paul@6385 3 PACKAGE="aspell-da"
Hans-G?nter@24325 4 VERSION="1.6.36-11-0"
paul@6385 5 CATEGORY="system-tools"
paul@6385 6 SHORT_DESC="Danish aspell dictionary."
paul@6385 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="GPL2"
Hans-G?nter@24325 9 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
Hans-G?nter@24325 10
Hans-G?nter@24325 11 SOURCE="aspell6-da"
paul@6385 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
paul@6385 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/da/$TARBALL"
paul@6385 14
pascal@15361 15 DEPENDS="aspell"
pascal@15361 16 BUILD_DEPENDS="aspell aspell-dev"
pascal@15361 17
paul@6385 18 # Rules to configure and make the package.
paul@6385 19 compile_rules()
paul@6385 20 {
Hans-G?nter@24325 21 ./configure &&
Hans-G?nter@24325 22 make &&
Hans-G?nter@24325 23 make install DESTDIR=$DESTDIR
paul@6385 24 }
paul@6385 25
paul@6385 26 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@6385 27 genpkg_rules()
paul@6385 28 {
Hans-G?nter@24325 29 cook_copy_folders lib
paul@6385 30 }