wok-next view aspell-pl/receipt @ rev 20561

Up rrdtool (1.7.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 10 00:40:27 2018 +0300 (2018-04-10)
parents 4048d48a47c1
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aspell-pl"
4 VERSION="6.0_20061121-0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Polish aspell dictionary"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL LGPL CC-SA"
9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
11 TARBALL="aspell6-pl-$VERSION.tar.bz2"
12 WGET_URL="$GNU_MIRROR/aspell/dict/pl/$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 }