# SliTaz package receipt. PACKAGE="scim-pinyin" VERSION="0.5.91" CATEGORY="utilities" SHORT_DESC="Chinese PinYin input for SCIM." MAINTAINER="rocky@slitaz.org" DEPENDS="scim" BUILD_DEPENDS="scim-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.scim-im.org/" WGET_URL="$SF_MIRROR/scim/$TARBALL" #WGET_URL="http://kent.dl.sourceforge.net/sourceforge/scim/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src while read file; do [ -f done.$file ] && continue echo "Apply $file..." patch -p1 < $stuff/$file || return 1 touch done.$file done <