wok annotate ibus-dev/receipt @ rev 23874

squidclamav: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 19:42:45 2020 +0000 (2020-06-25)
parents 8ed62ecac0c7
children
rev   line source
pascal@13358 1 # SliTaz package receipt.
pascal@13358 2
pascal@13358 3 PACKAGE="ibus-dev"
pascal@13358 4 VERSION="1.4.2"
pascal@13358 5 CATEGORY="development"
pascal@13358 6 SHORT_DESC="Intelligent Input Bus for Linux / Unix OS, development files"
pascal@13358 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
pascal@20672 9 WEB_SITE="https://github.com/ibus/ibus/wiki"
pascal@13358 10 WANTED="ibus"
pascal@13358 11
pascal@15597 12 DEPENDS="ibus pkg-config"
pascal@13358 13 BUILD_DEPENDS=""
pascal@13358 14
pascal@13358 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13358 16 genpkg_rules()
pascal@13358 17 {
pascal@15340 18 mkdir -p $fs/usr/lib
pascal@15052 19 cp -a $install/usr/include $fs/usr
pascal@13358 20 cp -a $install/usr/lib $fs/usr
pascal@13358 21 find $install/usr/lib | grep '\.so' | xargs rm -f
pascal@13358 22 }