wok diff libgooglepinyin-dev/receipt @ rev 23423

updated pgbadger (10.3 -> 11.2)
author Hans-G?nter Theisgen
date Wed Apr 01 08:15:38 2020 +0100 (2020-04-01)
parents 73ead125eaf1
children b56b38cfd475
line diff
     1.1 --- a/libgooglepinyin-dev/receipt	Wed Mar 04 09:26:41 2020 +0100
     1.2 +++ b/libgooglepinyin-dev/receipt	Wed Apr 01 08:15:38 2020 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgooglepinyin-dev"
     1.7 -VERSION="0.1.1"
     1.8 +VERSION="0.1.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A fork from google pinyin on android"
    1.11 +SHORT_DESC="A fork from google pinyin on android - development files."
    1.12  MAINTAINER="lufeng369@slitaz.org"
    1.13  LICENSE="Apache"
    1.14  WEB_SITE="https://github.com/promisejohn/libgooglepinyin"
    1.15 -WANTED="libgooglepinyin"
    1.16  
    1.17  DEPENDS="libgooglepinyin pkg-config"
    1.18 +WANTED="libgooglepinyin"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/lib/pkgconfig/
    1.24 -	cp -a $install/usr/include/ $fs/usr/
    1.25 -	cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
    1.26 -	cp -a $install/usr/share/ $fs/usr/
    1.27 +	mkdir -p $fs/usr/lib/pkgconfig
    1.28 +
    1.29 +	cp -a $install/usr/include		$fs/usr
    1.30 +	cp -a $install/usr/lib/pkgconfig/*.pc	$fs/usr/lib/pkgconfig
    1.31 +	cp -a $install/usr/share		$fs/usr
    1.32  }