wok rev 7691

add:fcitx-configtool,the fcitx chinese input-method GUI-configtool
author fireflyoo <lufeng369@gmail.com>
date Sat Dec 18 23:02:11 2010 +0800 (2010-12-18)
parents a361eb1b091e
children 878994abfb6a
files fcitx-configtool/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fcitx-configtool/receipt	Sat Dec 18 23:02:11 2010 +0800
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="fcitx-configtool"
     1.7 +VERSION="0.2.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="fcitx chinese input-medthod GUI configure tool"
    1.10 +MAINTAINER="fireflyoo <lufeng369@gmail.com>"
    1.11 +DEPENDS="fcitx gtk+"
    1.12 +BUILD_DEPENDS="libunique-dev gtk+-dev cmake intltool xorg-libXrender-dev pkg-config cairo-dev pango-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://fcitx.googlecode.com"
    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 +	cmake -DCMAKE_INSTALL_PREFIX=/usr
    1.22 +	make && make DESTDIR=$PWD/_pkg install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr
    1.29 +	cp -a $_pkg/usr $fs/
    1.30 +}
    1.31 +