wok annotate fcitx-dev/receipt @ rev 15639

Down rack (1.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 20:33:37 2013 +0000 (2013-12-09)
parents 7896f0694ef6
children e3f377fbc5f0
rev   line source
hipeng@10959 1 # SliTaz package receipt.
hipeng@10959 2
hipeng@10959 3 PACKAGE="fcitx-dev"
hipeng@10964 4 VERSION="4.1.2"
hipeng@10959 5 CATEGORY="development"
hipeng@10959 6 SHORT_DESC="The fcitx-dev package includes the header files for the FCITX package."
hipeng@10959 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
hipeng@10959 9 WEB_SITE="http://code.google.com/p/fcitx/"
hipeng@10959 10 WANTED="fcitx"
hipeng@10959 11
pascal@15597 12 DEPENDS="libfcitx xorg-libX11-dev pkg-config"
pascal@15002 13
hipeng@10959 14 # Rules to gen a SliTaz package suitable for Tazpkg.
hipeng@10959 15 genpkg_rules()
hipeng@10959 16 {
hipeng@10959 17 mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/
pascal@15002 18 cp -a $install/usr/lib/libfcitx*.so $fs/usr/lib/
pascal@15002 19 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
pascal@15002 20 cp -a $install/usr/share/cmake/ $fs/usr/share/
pascal@15002 21 cp -a $install/usr/include/ $fs/usr/
hipeng@10959 22 }