wok-next view aspell-es/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
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 }