# SliTaz package receipt. PACKAGE="libgooglepinyin-dev" VERSION="0.1.1" CATEGORY="development" SHORT_DESC="A fork from google pinyin on android" MAINTAINER="liupeng " LICENSE="Apache" WEB_SITE="http://code.google.com/p/libgooglepinyin/" WANTED="libgooglepinyin" DEPENDS="libgooglepinyin pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/pkgconfig/ cp -a $install/usr/include/ $fs/usr/ cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ cp -a $install/usr/share/ $fs/usr/ }