wok diff fcitx-googlepinyin/receipt @ rev 15683

Fix wrong variable
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 20:47:24 2013 +0100 (2013-12-20)
parents cb691d925aa8
children 8d64ce80ab95
line diff
     1.1 --- a/fcitx-googlepinyin/receipt	Mon Oct 03 22:42:51 2011 +0800
     1.2 +++ b/fcitx-googlepinyin/receipt	Fri Dec 20 20:47:24 2013 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Googlepinyin Wrapper for Fcitx"
     1.6  MAINTAINER="liupeng <hipeng@yahoo.com>"
     1.7 -DEPENDS="fcitx libgooglepinyin"
     1.8 -BUILD_DEPENDS="cairo-dev pango-dev intltool cmake gtk+-dev gcc fcitx fcitx-dev libgooglepinyin-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://code.google.com/p/fcitx"
    1.12  WGET_URL="http://fcitx.googlecode.com/files/$TARBALL"
    1.13  
    1.14 +DEPENDS="fcitx libgooglepinyin"
    1.15 +BUILD_DEPENDS="cairo-dev pango-dev intltool cmake gtk+-dev gcc fcitx fcitx-dev libgooglepinyin-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -26,8 +28,8 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/share/fcitx/ $fs/usr/lib/fcitx/
    1.24 -	cp -a $_pkg/usr/share/fcitx/addon/ $fs/usr/share/fcitx/
    1.25 -	cp -a $_pkg/usr/share/fcitx/configdesc/ $fs/usr/share/fcitx/
    1.26 -	cp -a $_pkg/usr/lib/fcitx/fcitx-googlepinyin* $fs/usr/lib/fcitx/
    1.27 +	cp -a $install/usr/share/fcitx/addon/ $fs/usr/share/fcitx/
    1.28 +	cp -a $install/usr/share/fcitx/configdesc/ $fs/usr/share/fcitx/
    1.29 +	cp -a $install/usr/lib/fcitx/fcitx-googlepinyin* $fs/usr/lib/fcitx/
    1.30  }
    1.31