wok view fcitx-dev/receipt @ rev 16154

remove libtaz, see http://hg.slitaz.org/slitaz-dev-tools/rev/712c188572fc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 28 14:10:02 2014 +0000 (2014-03-28)
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 }