wok annotate aspell-pt_BR/receipt @ rev 22876

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