wok-next annotate ibus-hangul/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents a3c581bf52b8
children
rev   line source
al@20575 1 # SliTaz package receipt v2.
pascal@13358 2
pascal@13358 3 PACKAGE="ibus-hangul"
pascal@13358 4 VERSION="1.4.1"
pascal@13358 5 CATEGORY="utilities"
pascal@13358 6 SHORT_DESC="Intelligent Input Bus"
pascal@13358 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14996 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://github.com/ibus/ibus/wiki"
al@20575 10
pascal@13358 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20906 12 WGET_URL="http://ibus.googlecode.com/files/$TARBALL" # FIXME
pascal@13358 13
al@21020 14 BUILD_DEPENDS="intltool gettext-dev perl ibus-dev glib-dev libhangul-dev"
pascal@13358 15
al@20575 16 compile_rules() {
al@20575 17 ./configure \
pascal@13358 18 --disable-gtk3 \
pascal@13358 19 --with-gtk2-im-module-dir=$(ls -d /usr/lib/gtk-2*/2*/immodules/) \
pascal@13358 20 $CONFIGURE_ARGS &&
al@20575 21 fix libtool &&
al@20575 22 make &&
al@21020 23 make -k DESTDIR=$install install
pascal@13358 24 }
pascal@13358 25
al@20575 26 genpkg_rules() {
al@20575 27 copy @std
al@20575 28 DEPENDS="ibus"
pascal@13358 29 }