wok-next view ibus-hangul/receipt @ rev 20575

More fix libtool; combine libdbusmenu-gtk*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 01:31:03 2018 +0300 (2018-04-14)
parents 16df76e1fc6a
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
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 LICENSE="GPL2"
9 WEB_SITE="http://code.google.com/p/ibus/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ibus.googlecode.com/files/$TARBALL"
14 BUILD_DEPENDS="intltool gettext perl ibus-dev glib-dev libhangul-dev"
16 compile_rules() {
17 ./configure \
18 --disable-gtk3 \
19 --with-gtk2-im-module-dir=$(ls -d /usr/lib/gtk-2*/2*/immodules/) \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make -k DESTDIR=$DESTDIR install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="ibus"
29 }