wok view fcitx-dev/receipt @ rev 23801

created recipes for xcb-util-cursor and xcb-util-cursor-dev
author Hans-G?nter Theisgen
date Sun May 24 07:21:45 2020 +0100 (2020-05-24)
parents 8ed62ecac0c7
children
line source
1 # SliTaz package receipt.
3 PACKAGE="fcitx-dev"
4 VERSION="4.1.2"
5 CATEGORY="development"
6 SHORT_DESC="The fcitx-dev package includes the header files for the FCITX package."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://fcitx-im.org/wiki/Fcitx"
10 WANTED="fcitx"
12 DEPENDS="libfcitx xorg-libX11-dev pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/
18 cp -a $install/usr/lib/libfcitx*.so $fs/usr/lib/
19 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
20 cp -a $install/usr/share/cmake/ $fs/usr/share/
21 cp -a $install/usr/include/ $fs/usr/
22 }