wok view ibus-dev/receipt @ rev 23615

updated reiser4progs and reiser4progs-dev (1.2.1 -> 2.0.0)
author Hans-G?nter Theisgen
date Tue Apr 14 07:45:25 2020 +0100 (2020-04-14)
parents 8ed62ecac0c7
children
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 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/ibus/ibus/wiki"
10 WANTED="ibus"
12 DEPENDS="ibus pkg-config"
13 BUILD_DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib $fs/usr
21 find $install/usr/lib | grep '\.so' | xargs rm -f
22 }