wok annotate aspell-de/receipt @ rev 22989

updated knot and knot-dev (2.5.2 -> 2.9.2)
author Hans-G?nter Theisgen
date Sun Mar 01 17:01:17 2020 +0100 (2020-03-01)
parents 191b99ca9dc2
children 095836df71b7
rev   line source
paul@2109 1 # SliTaz package receipt.
paul@2109 2
paul@2109 3 PACKAGE="aspell-de"
Hans-G?nter@22496 4 VERSION="20161207.7.0"
paul@2109 5 CATEGORY="system-tools"
paul@2109 6 SHORT_DESC="German aspell dictionary."
paul@2109 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="GPL2"
Hans-G?nter@22496 9 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
Hans-G?nter@22496 10
paul@2109 11 SOURCE="aspell6-de"
Hans-G?nter@22496 12 TARBALL="$SOURCE-${VERSION//./-}.tar.bz2"
paul@2109 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/de/$TARBALL"
paul@2109 14
pascal@15361 15 DEPENDS="aspell"
pascal@15361 16 BUILD_DEPENDS="aspell aspell-dev"
pascal@15361 17
paul@2109 18 # Rules to configure and make the package.
paul@2109 19 compile_rules()
paul@2109 20 {
Hans-G?nter@22496 21 ./configure &&
Hans-G?nter@22496 22 make &&
Hans-G?nter@22496 23 make DESTDIR=$DESTDIR install
paul@2109 24 }
paul@2109 25
paul@2109 26 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2109 27 genpkg_rules()
paul@2109 28 {
paul@2109 29 mkdir -p $fs/usr/lib
Hans-G?nter@22496 30 cp -a $install/usr/lib/* $fs/usr/lib
paul@2109 31 }