wok-6.x annotate hunspell-dev/receipt @ rev 25560
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 25 18:09:10 2023 +0000 (18 months ago) |
parents | 47098345fc68 |
children |
rev | line source |
---|---|
pascal@17956 | 1 # SliTaz package receipt. |
pascal@17956 | 2 |
pascal@17956 | 3 PACKAGE="hunspell-dev" |
Hans-G?nter@22936 | 4 VERSION="1.7.0" |
pascal@17956 | 5 CATEGORY="development" |
pascal@17956 | 6 SHORT_DESC="A spell checker, development files." |
pascal@17956 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17956 | 8 LICENSE="GPL2 LGPL2.1 MPL" |
Hans-G?nter@22936 | 9 WEB_SITE="https://hunspell.github.io/" |
pascal@17956 | 10 |
pascal@17956 | 11 DEPENDS="hunspell pkg-config" |
Hans-G?nter@22936 | 12 WANTED="hunspell" |
pascal@17956 | 13 |
pascal@17956 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17956 | 15 genpkg_rules() |
pascal@17956 | 16 { |
pascal@17956 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@22936 | 18 |
Hans-G?nter@22936 | 19 cp -a $install/usr/lib/*a $fs/usr/lib |
Hans-G?nter@22936 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
Hans-G?nter@22936 | 21 cp -a $install/usr/include $fs/usr |
pascal@17956 | 22 } |
Hans-G?nter@22937 | 23 |