wok-next view aspell-en/receipt @ rev 20489

nareto: update index.php path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 11:42:04 2018 +0100 (2018-03-12)
parents 107066b600c7
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aspell-en"
4 VERSION="2017.01.22-0"
5 CATEGORY="text"
6 SHORT_DESC="English aspell dictionary"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
11 TARBALL="aspell6-en-$VERSION.tar.bz2"
12 WGET_URL="$GNU_MIRROR/aspell/dict/en/$TARBALL"
14 BUILD_DEPENDS="aspell-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 copy @std
26 DEPENDS="aspell"
27 }