wok-next view aspell-cs/receipt @ rev 19733

Some receipts v2: apr, apr-util, aspell, at-spi2-core, at-spi2-atk, atk, atkmm, cairomm, colord, glibmm, libsigc++, libxslt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 26 16:40:11 2017 +0300 (2017-05-26)
parents 191b99ca9dc2
children 107066b600c7
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-cs"
4 VERSION="20040614-1"
5 CATEGORY="text"
6 SHORT_DESC="Czech aspell dictionary."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
11 TARBALL="aspell6-cs-$VERSION.tar.bz2"
12 WGET_URL="$GNU_MIRROR/aspell/dict/cs/$TARBALL"
14 DEPENDS="aspell"
15 BUILD_DEPENDS="aspell-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cook_copy_folders lib
27 }