wok-next rev 7365
Added fcitx. Free Chinese Input Toy of X, a collection of Simplified Chinese input methods for Linux.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 24 04:24:26 2010 +0000 (2010-11-24) |
parents | db6a25c9636c |
children | 92458f1f3c03 |
files | fcitx/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fcitx/receipt Wed Nov 24 04:24:26 2010 +0000 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fcitx" 1.7 +VERSION="4.0.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Free Chinese Input Toy of X, a collection of Simplified Chinese input methods for Linux." 1.10 +MAINTAINER="lufeng369@gmail.com" 1.11 +DEPENDS="dbus pango" 1.12 +BUILD_DEPENDS="intltool xorg-libXrender-dev pkg-config cairo-dev pango-dev" 1.13 +TARBALL="$PACKAGE-${VERSION}_all.tar.gz" 1.14 +WEB_SITE="http://code.google.com/p/fcitx/" 1.15 +WGET_URL="http://fcitx.googlecode.com/files/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure \ 1.22 + --prefix=/usr && 1.23 + make && make DESTDIR=$PWD/_pkg install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + mkdir -p $fs/usr 1.30 + cp -a $_pkg/usr $fs/ 1.31 +} 1.32 \ No newline at end of file