wok-6.x rev 15061
fcitx-zm: add license
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 10:53:13 2013 +0000 (2013-08-13) |
parents | fc6d2161ae1b |
children | f473b2ca85de |
files | fcitx-zm/receipt |
line diff
1.1 --- a/fcitx-zm/receipt Tue Aug 13 10:47:54 2013 +0000 1.2 +++ b/fcitx-zm/receipt Tue Aug 13 10:53:13 2013 +0000 1.3 @@ -6,10 +6,13 @@ 1.4 SHORT_DESC="Zhengma Table for FCITX-4.0" 1.5 WEB_SITE="http://fcitx.googlecode.com/" 1.6 MAINTAINER="lufeng369@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 +TARBALL="zm.mb" 1.9 +WGET_URL="http://fcitx.googlecode.com/files/$TARBALL" 1.10 + 1.11 DEPENDS="fcitx" 1.12 BUILD_DEPENDS="fcitx" 1.13 -TARBALL="zm.mb" 1.14 -WGET_URL="http://fcitx.googlecode.com/files/$TARBALL" 1.15 + 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 compile_rules() 1.18 { 1.19 @@ -26,7 +29,7 @@ 1.20 { 1.21 EXTDIR="$fs/usr/share/fcitx/data/table" 1.22 mkdir -p $EXTDIR 1.23 - cp $_pkg/zm.mb $EXTDIR 1.24 - cp $_pkg/zm.conf $EXTDIR 1.25 + cp $install/zm.mb $EXTDIR 1.26 + cp $install/zm.conf $EXTDIR 1.27 } 1.28