wok-6.x diff fcitx-skin-dark/receipt @ rev 10959
fcitx: up to v4.1.1
author | Liu Peng <hipeng@yahoo.com> |
---|---|
date | Tue Sep 20 20:36:39 2011 +0800 (2011-09-20) |
parents | |
children | 79a6b0b967a1 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fcitx-skin-dark/receipt Tue Sep 20 20:36:39 2011 +0800 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fcitx-skin-dark" 1.7 +VERSION="4.1.1" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="The dark skin of fcitx." 1.10 +MAINTAINER="devel@slitaz.org" 1.11 +DEPENDS="" 1.12 +WEB_SITE="http://code.google.com/p/fcitx/" 1.13 +WANTED="fcitx" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/share/fcitx/skin/ 1.19 + cp -a $_pkg/usr/share/fcitx/skin/dark/ $fs/usr/share/fcitx/dark/ 1.20 +}