wok view fcitx-dev/receipt @ rev 15711

postfix: update AUXLIBS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 23 16:58:02 2013 +0000 (2013-12-23)
parents 7896f0694ef6
children e3f377fbc5f0
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="http://code.google.com/p/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 }