wok view libXaw3dXft-dev/receipt @ rev 22937

updated hunspell and hunspell-dev again (1.3.3 -> 1.7.0)
author Hans-G?nter Theisgen
date Thu Feb 27 07:35:13 2020 +0100 (2020-02-27)
parents 86790a278e70
children 00bff3684d8a
line source
1 # SliTaz package receipt.
3 PACKAGE="libXaw3dXft-dev"
4 VERSION="1.6.2e"
5 CATEGORY="development"
6 SHORT_DESC="Xpaint module development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://sourceforge.net/projects/sf-xpaint/"
11 WANTED="libXaw3dXft"
12 DEPENDS="libXaw3dXft xorg-libXmu-dev pkg-config"
13 HOST_ARCH="i486 arm"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.*a* $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 }