wok view ibus-dev/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="ibus-dev"
4 VERSION="1.4.2"
5 CATEGORY="development"
6 SHORT_DESC="Intelligent Input Bus for Linux / Unix OS, development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://code.google.com/p/ibus/"
9 WANTED="ibus"
11 DEPENDS="ibus"
12 BUILD_DEPENDS=""
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib $fs/usr
20 find $install/usr/lib | grep '\.so' | xargs rm -f
21 }