wok-next view ibus-hangul/receipt @ rev 20976
Follow recent changes in the Python renames
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 25 17:35:51 2018 +0300 (2018-09-25) |
parents | 0ec6086e21d6 |
children | d5aab818505e |
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="https://github.com/ibus/ibus/wiki"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ibus.googlecode.com/files/$TARBALL" # FIXME
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 }