wok view aspell-dev/receipt @ rev 24635

updated gutenprint and gutenprint-dev (5.3.3 -> 5.3.4)
author Hans-G?nter Theisgen
date Wed Mar 09 08:09:06 2022 +0100 (2022-03-09)
parents 8685ee90f6aa
children
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-dev"
4 VERSION="0.60.8"
5 CATEGORY="development"
6 SHORT_DESC="GNU spell checker - development files."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://aspell.net/"
11 WANTED="aspell"
13 HOST_ARCH="i486 arm"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 # Hard coded
19 mkdir -p $fs/usr/lib/aspell-0.60
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60
24 }