wok annotate libgooglepinyin-dev/receipt @ rev 11223

Add from wok-undigest: icinga ipcalc jnettop lxdm mana
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 23:48:05 2011 +0100 (2011-11-03)
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 }