wok annotate libgooglepinyin-dev/receipt @ rev 15597
Update some bdeps with pkg-config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 05 11:43:50 2013 +0000 (2013-12-05) |
parents | 8f447cf2eee5 |
children | 8d64ce80ab95 |
rev | line source |
---|---|
hipeng@10960 | 1 # SliTaz package receipt. |
hipeng@10960 | 2 |
hipeng@10960 | 3 PACKAGE="libgooglepinyin-dev" |
hipeng@10960 | 4 VERSION="0.1.1" |
hipeng@10960 | 5 CATEGORY="development" |
hipeng@10960 | 6 SHORT_DESC="A fork from google pinyin on android" |
hipeng@10960 | 7 MAINTAINER="liupeng <hipeng@yahoo.com>" |
pascal@15473 | 8 LICENSE="Apache" |
hipeng@10960 | 9 WEB_SITE="http://code.google.com/p/libgooglepinyin/" |
hipeng@10960 | 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 { |
hipeng@10960 | 17 mkdir -p $fs/usr/lib/pkgconfig/ |
pascal@15473 | 18 cp -a $install/usr/include/ $fs/usr/ |
pascal@15473 | 19 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ |
pascal@15473 | 20 cp -a $install/usr/share/ $fs/usr/ |
hipeng@10960 | 21 } |