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

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents 128aae84d74c
children 107066b600c7
line source
1 # SliTaz package receipt.
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"
10 HOST_ARCH="i486 arm"
12 TARBALL="aspell6-en-$VERSION.tar.bz2"
13 WGET_URL="$GNU_MIRROR/aspell/dict/en/$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 }