wok diff libfcitx/receipt @ rev 15954

Up: pciutils (3.2.1) and ids file. This fix intel agp module name
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:54:50 2014 +0100 (2014-02-23)
parents 79a6b0b967a1
children e3f377fbc5f0
line diff
     1.1 --- a/libfcitx/receipt	Mon Oct 03 22:42:21 2011 +0800
     1.2 +++ b/libfcitx/receipt	Sun Feb 23 15:54:50 2014 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="The libfcitx package provides shared libraries for FCITX."
     1.6  MAINTAINER="devel@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +LICENSE="GPL2"
     1.9  WEB_SITE="http://code.google.com/p/fcitx/"
    1.10  WANTED="fcitx"
    1.11  
    1.12 @@ -13,6 +13,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15      mkdir -p $fs/usr/lib/fcitx/
    1.16 -    cp -a $_pkg/usr/lib/fcitx/*.so $fs/usr/lib/fcitx/
    1.17 -    cp -a $_pkg/usr/lib/libfcitx*.so.* $fs/usr/lib/
    1.18 +    cp -a $install/usr/lib/fcitx/*.so $fs/usr/lib/fcitx/
    1.19 +    cp -a $install/usr/lib/libfcitx*.so.* $fs/usr/lib/
    1.20  }