wok-next view libgooglepinyin-dev/receipt @ rev 18985
Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Mar 17 00:11:28 2016 -0300 (2016-03-17) |
parents | 8ed62ecac0c7 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libgooglepinyin-dev"
4 VERSION="0.1.1"
5 CATEGORY="development"
6 SHORT_DESC="A fork from google pinyin on android"
7 MAINTAINER="lufeng369@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://code.google.com/p/libgooglepinyin/"
10 WANTED="libgooglepinyin"
12 DEPENDS="libgooglepinyin pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig/
18 cp -a $install/usr/include/ $fs/usr/
19 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
20 cp -a $install/usr/share/ $fs/usr/
21 }