wok diff 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
line diff
     1.1 --- a/fcitx-dev/receipt	Mon Oct 03 22:42:21 2011 +0800
     1.2 +++ b/fcitx-dev/receipt	Sun Nov 03 21:52:37 2013 +0100
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="The fcitx-dev package includes the header files for the FCITX package."
     1.6  MAINTAINER="devel@slitaz.org"
     1.7 -DEPENDS="libfcitx xorg-libX11-dev"
     1.8 +LICENSE="GPL2"
     1.9  WEB_SITE="http://code.google.com/p/fcitx/"
    1.10  WANTED="fcitx"
    1.11  
    1.12 +DEPENDS="libfcitx xorg-libX11-dev"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17      mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/
    1.18 -    cp -a $_pkg/usr/lib/libfcitx*.so $fs/usr/lib/
    1.19 -    cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
    1.20 -    cp -a $_pkg/usr/share/cmake/ $fs/usr/share/
    1.21 -    cp -a $_pkg/usr/include/ $fs/usr/
    1.22 +    cp -a $install/usr/lib/libfcitx*.so $fs/usr/lib/
    1.23 +    cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
    1.24 +    cp -a $install/usr/share/cmake/ $fs/usr/share/
    1.25 +    cp -a $install/usr/include/ $fs/usr/
    1.26  }