wok view libfcitx/receipt @ rev 20120

Up tazpkg (953)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 11:01:32 2017 +0200 (2017-10-14)
parents 79a6b0b967a1
children e3f377fbc5f0
line source
1 # SliTaz package receipt.
3 PACKAGE="libfcitx"
4 VERSION="4.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="The libfcitx package provides shared libraries for FCITX."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
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/fcitx/
16 cp -a $install/usr/lib/fcitx/*.so $fs/usr/lib/fcitx/
17 cp -a $install/usr/lib/libfcitx*.so.* $fs/usr/lib/
18 }