wok diff libgnome-keyring-dev/receipt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents 6e8b1bcb30e2
children
line diff
     1.1 --- a/libgnome-keyring-dev/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/libgnome-keyring-dev/receipt	Fri Jul 01 10:50:21 2022 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgnome-keyring-dev"
     1.7 -VERSION="2.32.0"
     1.8 +VERSION="3.12.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A libray that keep password and other secrets for users, development files."
    1.11 +SHORT_DESC="A libray that keeps password and other secrets for users, development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="LGPL2"
    1.14  WEB_SITE="https://www.gnome.org"
    1.15 -WANTED="libgnome-keyring"
    1.16 -HOST_ARCH="i486 arm"
    1.17  
    1.18  DEPENDS="libgnome-keyring pkg-config"
    1.19 +WANTED="libgnome-keyring"
    1.20 +
    1.21 +HOST_ARCH="i486 arm"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr/lib
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.29 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.30 +
    1.31 +	cp -a $install/usr/include		$fs/usr
    1.32 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.33 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.34  }