wok view ibus-dev/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
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 }