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

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 191b99ca9dc2
children 107066b600c7
line source
1 # SliTaz package receipt.
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 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 }