wok annotate fcitx-dev/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents 79a6b0b967a1
children 8ed62ecac0c7
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@15002 12 DEPENDS="libfcitx xorg-libX11-dev"
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 }