wok view ibus-hangul/receipt @ rev 13562

Up: udevil (0.3.4) - Used py spacefm for automount
author Christophe Lincoln <pankso@slitaz.org>
date Sat Nov 03 10:53:06 2012 +0100 (2012-11-03)
parents
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="ibus-hangul"
4 VERSION="1.4.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Intelligent Input Bus"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://code.google.com/p/ibus/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://ibus.googlecode.com/files/$TARBALL"
12 DEPENDS="ibus"
13 BUILD_DEPENDS="intltool gettext perl ibus-dev glib-dev libhangul-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr \
20 --mandir=/usr/share/man \
21 --infodir=/usr/share/info \
22 --disable-gtk3 \
23 --with-gtk2-im-module-dir=$(ls -d /usr/lib/gtk-2*/2*/immodules/) \
24 $CONFIGURE_ARGS &&
25 make && make -k DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }