wok-next view fcitx-dev/receipt @ rev 14730
Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 13 10:45:31 2013 +0200 (2013-06-13) |
parents | be1fa6a49b59 |
children | 7896f0694ef6 |
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 DEPENDS="libfcitx xorg-libX11-dev"
9 WEB_SITE="http://code.google.com/p/fcitx/"
10 WANTED="fcitx"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/
16 cp -a $_pkg/usr/lib/libfcitx*.so $fs/usr/lib/
17 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
18 cp -a $_pkg/usr/share/cmake/ $fs/usr/share/
19 cp -a $_pkg/usr/include/ $fs/usr/
20 }