wok rev 21212

updated scim-dev (1.4.9 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue Apr 09 16:51:21 2019 +0100 (2019-04-09)
parents 7d97481f551d
children 2f574b050e50
files scim-dev/receipt
line diff
     1.1 --- a/scim-dev/receipt	Tue Apr 09 16:39:57 2019 +0100
     1.2 +++ b/scim-dev/receipt	Tue Apr 09 16:51:21 2019 +0100
     1.3 @@ -1,21 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="scim-dev"
     1.7 -VERSION="1.4.9"
     1.8 +VERSION="1.4.18"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Smart Common Input Method (SCIM) development files."
    1.11  MAINTAINER="rocky@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13  WEB_SITE="http://www.scim-im.org/"
    1.14 +
    1.15  WANTED="scim"
    1.16 -
    1.17  DEPENDS="scim pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22      mkdir -p $fs/usr
    1.23 -    cp -a $install/usr/lib $fs/usr
    1.24 -    cp -a $install/usr/include $fs/usr
    1.25 +
    1.26 +    cp -a $install/usr/lib	$fs/usr
    1.27 +    cp -a $install/usr/include	$fs/usr
    1.28 +
    1.29      find $fs/usr/lib -type f -not -name '*a' -exec rm {} \;
    1.30      find $fs/usr/lib -type l -exec rm {} \;
    1.31 +
    1.32      cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
    1.33  }