wok-undigest annotate ibus-hangul/receipt @ rev 844

ibus-hangul: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 03 09:57:48 2012 +0200 (2012-09-03)
parents e2549c577dd7
children
rev   line source
pascal@843 1 # SliTaz package receipt.
pascal@843 2
pascal@843 3 PACKAGE="ibus-hangul"
pascal@843 4 VERSION="1.4.1"
pascal@843 5 CATEGORY="utilities"
pascal@843 6 SHORT_DESC="Intelligent Input Bus"
pascal@843 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@843 8 WEB_SITE="http://code.google.com/p/ibus/"
pascal@843 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@843 10 WGET_URL="http://ibus.googlecode.com/files/$TARBALL"
pascal@843 11
pascal@843 12 DEPENDS="ibus"
pascal@843 13 BUILD_DEPENDS="intltool gettext perl ibus-dev glib-dev libhangul-dev"
pascal@843 14
pascal@843 15 # Rules to configure and make the package.
pascal@843 16 compile_rules()
pascal@843 17 {
pascal@843 18 cd $src
pascal@843 19 ./configure --prefix=/usr \
pascal@843 20 --mandir=/usr/share/man \
pascal@843 21 --infodir=/usr/share/info \
pascal@843 22 --disable-gtk3 \
pascal@843 23 --with-gtk2-im-module-dir=$(ls -d /usr/lib/gtk-2*/2*/immodules/) \
pascal@844 24 $CONFIGURE_ARGS &&
pascal@844 25 make && make -k DESTDIR=$DESTDIR install
pascal@843 26 }
pascal@843 27
pascal@843 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@843 29 genpkg_rules()
pascal@843 30 {
pascal@843 31 cp -a $install/* $fs
pascal@843 32 }