wok-next diff fcitx-skin-default/receipt @ rev 18875
Add python-erppeek
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 04 17:02:49 2016 +0100 (2016-02-04) |
parents | 8387b6915400 |
children |
line diff
1.1 --- a/fcitx-skin-default/receipt Mon Jun 11 17:36:31 2012 +0200 1.2 +++ b/fcitx-skin-default/receipt Thu Feb 04 17:02:49 2016 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="The default skin of 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,5 +13,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/share/fcitx/skin/ 1.16 - cp -a $_pkg/usr/share/fcitx/skin/default $fs/usr/share/fcitx/skin/ 1.17 + cp -a $install/usr/share/fcitx/skin/default $fs/usr/share/fcitx/skin/ 1.18 }