wok annotate aspell-en/receipt @ rev 22833

Add webgames
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 08 18:41:54 2020 +0100 (2020-02-08)
parents 128aae84d74c
children 095836df71b7
rev   line source
paul@2099 1 # SliTaz package receipt.
paul@2099 2
paul@2099 3 PACKAGE="aspell-en"
Hans-G?nter@22498 4 VERSION="2019.10.06.0"
paul@2099 5 CATEGORY="system-tools"
paul@2099 6 SHORT_DESC="English aspell dictionary."
paul@2099 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="PublicDomain"
Hans-G?nter@22498 9 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
Hans-G?nter@22498 10
paul@2099 11 SOURCE="aspell6-en"
Hans-G?nter@22498 12 TARBALL="$SOURCE-${VERSION%.*}-${VERSION##*.}.tar.bz2"
paul@2099 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/en/$TARBALL"
paul@2099 14
pascal@15361 15 DEPENDS="aspell"
pankso@16248 16 BUILD_DEPENDS="aspell-dev"
pascal@15361 17
Hans-G?nter@22498 18 HOST_ARCH="i486 arm"
Hans-G?nter@22498 19
paul@2099 20 # Rules to configure and make the package.
paul@2099 21 compile_rules()
paul@2099 22 {
pankso@16248 23 ./configure &&
Hans-G?nter@22498 24 make &&
Hans-G?nter@22498 25 make install
paul@2099 26 }
paul@2099 27
paul@2099 28 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2099 29 genpkg_rules()
paul@2099 30 {
paul@2099 31 mkdir -p $fs/usr/lib
Hans-G?nter@22498 32 cp -a $install/usr/lib/* $fs/usr/lib
paul@2099 33 }