wok-next view aspell-es/receipt @ rev 19725
Up lives (2.8.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 25 11:14:35 2017 +0200 (2017-05-25) |
parents | 128aae84d74c |
children | 107066b600c7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-es"
4 VERSION="1.11-2"
5 CATEGORY="text"
6 SHORT_DESC="Spanish aspell dictionary."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
10 HOST_ARCH="i486 arm"
12 TARBALL="aspell6-es-$VERSION.tar.bz2"
13 WGET_URL="$GNU_MIRROR/aspell/dict/es/$TARBALL"
15 DEPENDS="aspell"
16 BUILD_DEPENDS="aspell-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cook_copy_folders lib
28 }