wok-next annotate aspell-en/receipt @ rev 19916

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