wok view libgooglepinyin-dev/receipt @ rev 23912

linux: add CONFIG_I2C_HID
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 16 10:22:39 2020 +0000 (2020-08-16)
parents 73ead125eaf1
children b56b38cfd475
line source
1 # SliTaz package receipt.
3 PACKAGE="libgooglepinyin-dev"
4 VERSION="0.1.2"
5 CATEGORY="development"
6 SHORT_DESC="A fork from google pinyin on android - development files."
7 MAINTAINER="lufeng369@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://github.com/promisejohn/libgooglepinyin"
11 DEPENDS="libgooglepinyin pkg-config"
12 WANTED="libgooglepinyin"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
21 cp -a $install/usr/share $fs/usr
22 }