wok diff libgooglepinyin-dev/receipt @ rev 11473

raptor: raptor-config to rapto-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 17 16:26:48 2011 +0100 (2011-12-17)
parents
children 8f447cf2eee5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libgooglepinyin-dev/receipt	Sat Dec 17 16:26:48 2011 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libgooglepinyin-dev"
     1.7 +VERSION="0.1.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="A fork from google pinyin on android"
    1.10 +MAINTAINER="liupeng <hipeng@yahoo.com>"
    1.11 +DEPENDS="libgooglepinyin"
    1.12 +WEB_SITE="http://code.google.com/p/libgooglepinyin/"
    1.13 +WANTED="libgooglepinyin"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib/pkgconfig/
    1.19 +	cp -a $_pkg/usr/include/ $fs/usr/
    1.20 +	cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
    1.21 +	cp -a $_pkg/usr/share/ $fs/usr/
    1.22 +}