wok view enchant2-dev/receipt @ rev 24989

updated nfs-utils (2.4.3 -> 2.6.1)
author Hans-G?nter Theisgen
date Thu May 12 17:03:36 2022 +0100 (2022-05-12)
parents 8131df4d4b73
children 65784e875d45
line source
1 # SliTaz package receipt.
3 PACKAGE="enchant2-dev"
4 VERSION="2.3.2"
5 CATEGORY="development"
6 SHORT_DESC="Development files for enchant."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.abisource.com/projects/enchant/"
11 DEPENDS="enchant2 pkg-config"
12 WANTED="enchant2"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_folders include
20 cook_copy_folders pkgconfig
21 cook_copy_files *.*a
22 }