PACKAGE="scim" VERSION="1.4.9" CATEGORY="utilities" SHORT_DESC="Smart Common Input Method (SCIM)." MAINTAINER="rocky@slitaz.org" DEPENDS="gtk+ gcc-lib-base" BUILD_DEPENDS="gtk+-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.scim-im.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/scim/config /etc/scim/global" # 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 < /etc/gtk-2.0/gtk.immodules echo "done." cat < /etc/gtk-2.0/gtk.immodules }