wok diff scim-pinyin/receipt @ rev 20011
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 03 07:12:33 2017 -0300 (2017-08-03) |
parents | d0d763c71fac |
children | 2f574b050e50 |
line diff
1.1 --- a/scim-pinyin/receipt Tue Aug 13 22:37:25 2013 +0000 1.2 +++ b/scim-pinyin/receipt Thu Aug 03 07:12:33 2017 -0300 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Chinese PinYin input for SCIM." 1.6 MAINTAINER="rocky@slitaz.org" 1.7 -DEPENDS="scim" 1.8 -BUILD_DEPENDS="scim-dev gtk+-dev" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.scim-im.org/" 1.12 WGET_URL="$SF_MIRROR/scim/$TARBALL" 1.13 #WGET_URL="http://kent.dl.sourceforge.net/sourceforge/scim/$TARBALL" 1.14 1.15 +DEPENDS="scim" 1.16 +BUILD_DEPENDS="scim-dev gtk+-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -30,14 +32,14 @@ 1.22 --disable-static \ 1.23 $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/share 1.33 - cp -a $_pkg/usr/lib $fs/usr 1.34 - cp -a $_pkg/usr/share/scim $fs/usr/share 1.35 + cp -a $install/usr/lib $fs/usr 1.36 + cp -a $install/usr/share/scim $fs/usr/share 1.37 find $fs/usr/lib -name '*.la' -exec rm {} \; 1.38 }