wok view aspell-pl/receipt @ rev 23024

updated libetpan and libetpan-dev (1.8 -> 1.9.4)
author Hans-G?nter Theisgen
date Tue Mar 03 15:36:52 2020 +0100 (2020-03-03)
parents 191b99ca9dc2
children 095836df71b7
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-pl"
4 VERSION="6.0_20191230-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="http://aspell.net/"
11 SOURCE="sjp-aspell6-pl"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WGET_URL="https://sjp.pl/slownik/ort/$TARBALL"
15 DEPENDS="aspell"
16 BUILD_DEPENDS="aspell aspell-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }