wok-next annotate aspell-fr/receipt @ rev 20042

pigz, pxe-kexec: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 20:53:07 2017 +0200 (2017-10-22)
parents 4048d48a47c1
children c4e53a39395a
rev   line source
al@19762 1 # SliTaz package receipt v2.
paul@2100 2
paul@2100 3 PACKAGE="aspell-fr"
paul@2100 4 VERSION="0.50-3"
al@19693 5 CATEGORY="text"
al@19762 6 SHORT_DESC="French aspell dictionary"
paul@2100 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="GPL2"
al@19693 9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
al@19693 10 HOST_ARCH="i486 arm"
al@19693 11
paul@2100 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19693 13 WGET_URL="$GNU_MIRROR/aspell/dict/fr/$TARBALL"
paul@2100 14
pankso@16248 15 BUILD_DEPENDS="aspell-dev"
pascal@15361 16
paul@2100 17 # Rules to configure and make the package.
paul@2100 18 compile_rules()
paul@2100 19 {
al@19693 20 ./configure && make && make install
paul@2100 21 }
paul@2100 22
paul@2100 23 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2100 24 genpkg_rules()
paul@2100 25 {
al@19762 26 copy @std
al@19762 27 DEPENDS="aspell"
paul@2100 28 }