wok-next view aspell-ru/receipt @ rev 20272

Update cups (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 09:48:17 2017 +0100 (2017-11-08)
parents 4048d48a47c1
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aspell-ru"
4 VERSION="0.99f7-1"
5 CATEGORY="text"
6 SHORT_DESC="Russian aspell dictionary"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
11 TARBALL="aspell6-ru-$VERSION.tar.bz2"
12 WGET_URL="$GNU_MIRROR/aspell/dict/ru/$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 }