wok annotate libgooglepinyin-dev/receipt @ rev 25094

Update some web_site & wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 10:52:55 2022 +0000 (24 months ago)
parents 2147274c2cdf
children
rev   line source
hipeng@10960 1 # SliTaz package receipt.
hipeng@10960 2
hipeng@10960 3 PACKAGE="libgooglepinyin-dev"
Hans-G?nter@23039 4 VERSION="0.1.2"
hipeng@10960 5 CATEGORY="development"
Hans-G?nter@23039 6 SHORT_DESC="A fork from google pinyin on android - development files."
pascal@16047 7 MAINTAINER="lufeng369@slitaz.org"
pascal@15473 8 LICENSE="Apache"
pascal@25094 9 WEB_SITE="https://github.com/palanceli/libgooglepinyin/"
hipeng@10960 10
pascal@15597 11 DEPENDS="libgooglepinyin pkg-config"
Hans-G?nter@23039 12 WANTED="libgooglepinyin"
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@23039 17 mkdir -p $fs/usr/lib/pkgconfig
Hans-G?nter@23039 18
Hans-G?nter@23039 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@23039 20 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
Hans-G?nter@23039 21 cp -a $install/usr/share $fs/usr
hipeng@10960 22 }