wok-current rev 21213
updated scim-pinyin (0.5.91 -> 0.5.92)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 09 17:04:52 2019 +0100 (2019-04-09) |
parents | 922c1eb585e7 |
children | af1576aedc41 |
files | scim-pinyin/receipt |
line diff
1.1 --- a/scim-pinyin/receipt Tue Apr 09 16:51:21 2019 +0100 1.2 +++ b/scim-pinyin/receipt Tue Apr 09 17:04:52 2019 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scim-pinyin" 1.7 -VERSION="0.5.91" 1.8 +VERSION="0.5.92" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Chinese PinYin input for SCIM." 1.11 MAINTAINER="rocky@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 +WEB_SITE="http://www.scim-im.org/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.scim-im.org/" 1.17 WGET_URL="$SF_MIRROR/scim/$TARBALL" 1.18 #WGET_URL="http://kent.dl.sourceforge.net/sourceforge/scim/$TARBALL" 1.19 1.20 @@ -17,29 +18,32 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 - while read file; do 1.26 - [ -f done.$file ] && continue 1.27 - echo "Apply $file..." 1.28 - patch -p1 < $stuff/$file || return 1 1.29 - touch done.$file 1.30 - done <<EOT 1.31 -cstring-gcc43.patch 1.32 -EOT 1.33 - ./configure --prefix=/usr \ 1.34 - --mandir=/usr/share/man \ 1.35 - --infodir=/usr/share/info \ 1.36 - --disable-static \ 1.37 - $CONFIGURE_ARGS && 1.38 - make && 1.39 - make DESTDIR=$DESTDIR install 1.40 +# while read file; do 1.41 +# [ -f done.$file ] && continue 1.42 +# echo "Apply $file..." 1.43 +# patch -p1 < $stuff/$file || return 1 1.44 +# touch done.$file 1.45 +# done <<EOT 1.46 +#cstring-gcc43.patch 1.47 +#EOT 1.48 + 1.49 + ./configure \ 1.50 + --prefix=/usr \ 1.51 + --mandir=/usr/share/man \ 1.52 + --infodir=/usr/share/info \ 1.53 + --disable-static \ 1.54 + $CONFIGURE_ARGS && 1.55 + make -j 1 && 1.56 + make DESTDIR=$DESTDIR install 1.57 } 1.58 1.59 # Rules to gen a SliTaz package suitable for Tazpkg. 1.60 genpkg_rules() 1.61 { 1.62 - mkdir -p $fs/usr/share 1.63 - cp -a $install/usr/lib $fs/usr 1.64 - cp -a $install/usr/share/scim $fs/usr/share 1.65 - find $fs/usr/lib -name '*.la' -exec rm {} \; 1.66 + mkdir -p $fs/usr/share 1.67 + 1.68 + cp -a $install/usr/lib $fs/usr 1.69 + cp -a $install/usr/share/scim $fs/usr/share 1.70 + 1.71 + find $fs/usr/lib -name '*.la' -exec rm {} \; 1.72 }