wok-current view hyphen-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (5 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="hyphen-dev"
4 VERSION="2.8.8"
5 CATEGORY="development"
6 SHORT_DESC="Library for high quality hyphenation and justification (dev files)."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2 LGPL2.1 MPL"
9 WEB_SITE="http://hunspell.github.io/"
11 DEPENDS="hyphen"
12 WANTED="hyphen"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/include $fs/usr
19 }