wok view fcitx-configtool/receipt @ rev 7730

Added libart_lgpl-dev to libgnomecanvas-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Dec 19 19:55:53 2010 +0000 (2010-12-19)
parents e49552dc1f27
children 9ce6eb5f2ff4
line source
1 # SliTaz package receipt.
3 PACKAGE="fcitx-configtool"
4 VERSION="0.2.0"
5 CATEGORY="x-window"
6 SHORT_DESC="fcitx chinese input-medthod GUI configure tool"
7 MAINTAINER="fireflyoo <lufeng369@gmail.com>"
8 DEPENDS="fcitx gtk+"
9 BUILD_DEPENDS="fcitx libunique-dev gtk+-dev cmake intltool xorg-libXrender-dev pkg-config cairo-dev pango-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://fcitx.googlecode.com"
12 WGET_URL="http://fcitx.googlecode.com/files/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 cmake -DCMAKE_INSTALL_PREFIX=/usr
19 make && make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr $fs/
27 }