wok view fcitx-dev/receipt @ rev 11004

Up: audacious-plugins to 3.0.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 03:09:47 2011 +0000 (2011-10-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 }