wok-current view aspell-dev/receipt @ rev 25637

Add miss new packages (Py3Qt-x11-gpl and pycairo118)
author Stanislas Leduc <shann@slitaz.org>
date Mon Jan 15 22:12:34 2024 +0000 (12 months ago)
parents fb314b480fa4
children 5926178cd6fa
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 mkdir -p $fs/usr
19 cp -a $install/usr/include $fs/usr
20 }