wok-6.x annotate hunspell-dev/receipt @ rev 21737
updated qedit (2.6.8 -> 2.8.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 13 16:10:34 2019 +0100 (2019-06-13) |
parents | |
children | 47098345fc68 |
rev | line source |
---|---|
pascal@17956 | 1 # SliTaz package receipt. |
pascal@17956 | 2 |
pascal@17956 | 3 PACKAGE="hunspell-dev" |
pascal@17956 | 4 VERSION="1.3.3" |
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" |
pascal@17956 | 9 WEB_SITE="http://hunspell.sourceforge.net/" |
pascal@17956 | 10 WANTED="hunspell" |
pascal@17956 | 11 |
pascal@17956 | 12 DEPENDS="hunspell pkg-config" |
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 |
pascal@17956 | 18 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@17956 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@17956 | 20 cp -a $install/usr/include $fs/usr |
pascal@17956 | 21 } |