wok annotate libgooglepinyin-dev/receipt @ rev 11407

Up: subversion to 1.7.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 10 21:12:10 2011 +0000 (2011-12-10)
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 }