wok-current view gtkspell-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 (8 weeks ago)
parents b0069c845544
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gtkspell-dev"
4 VERSION="2.0.16"
5 CATEGORY="development"
6 SHORT_DESC="Provides highlighting and replacement of misspelled words."
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://gtkspell.sourceforge.net"
11 DEPENDS="enchant-dev gtk+-dev gtkspell pkg-config"
12 WANTED="gtkspell"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }