# HG changeset patch # User Christopher Rogers # Date 1290572666 0 # Node ID 1da4b5b7efad1a62d1b9e49d9092308829f1b4a0 # Parent db6a25c9636c7203f1a08143e7b14212feb0ea56 Added fcitx. Free Chinese Input Toy of X, a collection of Simplified Chinese input methods for Linux. diff -r db6a25c9636c -r 1da4b5b7efad fcitx/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fcitx/receipt Wed Nov 24 04:24:26 2010 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="fcitx" +VERSION="4.0.0" +CATEGORY="x-window" +SHORT_DESC="Free Chinese Input Toy of X, a collection of Simplified Chinese input methods for Linux." +MAINTAINER="lufeng369@gmail.com" +DEPENDS="dbus pango" +BUILD_DEPENDS="intltool xorg-libXrender-dev pkg-config cairo-dev pango-dev" +TARBALL="$PACKAGE-${VERSION}_all.tar.gz" +WEB_SITE="http://code.google.com/p/fcitx/" +WGET_URL="http://fcitx.googlecode.com/files/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr && + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr $fs/ +} \ No newline at end of file