wok view aspell-dev/receipt @ rev 25004

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
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 }