wok-next view ibus/receipt @ rev 20744

ibus: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 30 01:07:54 2018 +0300 (2018-05-30)
parents e545e47edffa
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ibus"
4 VERSION="1.4.2"
5 CATEGORY="utilities"
6 SHORT_DESC="Intelligent Input Bus for Linux / Unix OS"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
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="gtk+-dev GConf-dev python-dev dbus-python-dev dbus-glib-dev \
15 intltool gettext perl iso-codes-dev"
16 SPLIT="ibus-dev"
18 compile_rules() {
19 ./configure \
20 --disable-gtk3 \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 ibus)
30 copy @std
31 DEPENDS="GConf glib gtk+ pango python xorg-libX11"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="ibus glib-dev"
36 ;;
37 esac
38 }