wok annotate libgooglepinyin-dev/receipt @ rev 23038

Backed out changeset 04907a90b0a7
author Hans-G?nter Theisgen
date Wed Mar 04 09:26:41 2020 +0100 (2020-03-04)
parents 04907a90b0a7
children 2147274c2cdf
rev   line source
hipeng@10960 1 # SliTaz package receipt.
hipeng@10960 2
hipeng@10960 3 PACKAGE="libgooglepinyin-dev"
Hans-G?nter@23038 4 VERSION="0.1.1"
hipeng@10960 5 CATEGORY="development"
Hans-G?nter@23038 6 SHORT_DESC="A fork from google pinyin on android"
pascal@16047 7 MAINTAINER="lufeng369@slitaz.org"
pascal@15473 8 LICENSE="Apache"
pascal@20690 9 WEB_SITE="https://github.com/promisejohn/libgooglepinyin"
Hans-G?nter@23038 10 WANTED="libgooglepinyin"
hipeng@10960 11
pascal@15597 12 DEPENDS="libgooglepinyin pkg-config"
pascal@15473 13
hipeng@10960 14 # Rules to gen a SliTaz package suitable for Tazpkg.
hipeng@10960 15 genpkg_rules()
hipeng@10960 16 {
Hans-G?nter@23038 17 mkdir -p $fs/usr/lib/pkgconfig/
Hans-G?nter@23038 18 cp -a $install/usr/include/ $fs/usr/
Hans-G?nter@23038 19 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
Hans-G?nter@23038 20 cp -a $install/usr/share/ $fs/usr/
hipeng@10960 21 }