wok annotate libgooglepinyin-dev/receipt @ rev 15308
lvmts: race condition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 14:53:08 2013 +0000 (2013-09-27) |
parents | |
children | 8f447cf2eee5 |
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>" |
hipeng@10960 | 8 DEPENDS="libgooglepinyin" |
hipeng@10960 | 9 WEB_SITE="http://code.google.com/p/libgooglepinyin/" |
hipeng@10960 | 10 WANTED="libgooglepinyin" |
hipeng@10960 | 11 |
hipeng@10960 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
hipeng@10960 | 13 genpkg_rules() |
hipeng@10960 | 14 { |
hipeng@10960 | 15 mkdir -p $fs/usr/lib/pkgconfig/ |
hipeng@10960 | 16 cp -a $_pkg/usr/include/ $fs/usr/ |
hipeng@10960 | 17 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ |
hipeng@10960 | 18 cp -a $_pkg/usr/share/ $fs/usr/ |
hipeng@10960 | 19 } |