wok annotate ibus-hangul/receipt @ rev 13358

Move from undigest: burp androguard ibus ibus-dev ibus-hangul uemacs smx smx-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 11 09:21:03 2012 +0200 (2012-09-11)
parents
children 76b72f1ad63c
rev   line source
pascal@13358 1 # SliTaz package receipt.
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@13358 8 WEB_SITE="http://code.google.com/p/ibus/"
pascal@13358 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13358 10 WGET_URL="http://ibus.googlecode.com/files/$TARBALL"
pascal@13358 11
pascal@13358 12 DEPENDS="ibus"
pascal@13358 13 BUILD_DEPENDS="intltool gettext perl ibus-dev glib-dev libhangul-dev"
pascal@13358 14
pascal@13358 15 # Rules to configure and make the package.
pascal@13358 16 compile_rules()
pascal@13358 17 {
pascal@13358 18 cd $src
pascal@13358 19 ./configure --prefix=/usr \
pascal@13358 20 --mandir=/usr/share/man \
pascal@13358 21 --infodir=/usr/share/info \
pascal@13358 22 --disable-gtk3 \
pascal@13358 23 --with-gtk2-im-module-dir=$(ls -d /usr/lib/gtk-2*/2*/immodules/) \
pascal@13358 24 $CONFIGURE_ARGS &&
pascal@13358 25 make && make -k DESTDIR=$DESTDIR install
pascal@13358 26 }
pascal@13358 27
pascal@13358 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13358 29 genpkg_rules()
pascal@13358 30 {
pascal@13358 31 cp -a $install/* $fs
pascal@13358 32 }