wok view ibus-dev/receipt @ rev 13674

Up units (2.01)
author Paul Issott <paul@slitaz.org>
date Sun Nov 25 18:24:35 2012 +0000 (2012-11-25)
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 }