wok annotate libgooglepinyin-dev/receipt @ rev 13798

Fix: libdrm version (2.4.34->2.4.40)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 06 04:25:57 2013 +0300 (2013-01-06)
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 }