wok rev 24786

updated libspectre-dev (0.2.7 -> 0.2.9)
author Hans-G?nter Theisgen
date Mon Mar 21 08:06:51 2022 +0100 (2022-03-21)
parents c68e84a80970
children 72421749b88c
files libspectre-dev/receipt
line diff
     1.1 --- a/libspectre-dev/receipt	Mon Mar 21 08:02:35 2022 +0100
     1.2 +++ b/libspectre-dev/receipt	Mon Mar 21 08:06:51 2022 +0100
     1.3 @@ -1,19 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libspectre-dev"
     1.7 -VERSION="0.2.7"
     1.8 +VERSION="0.2.9"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for libspectre"
    1.11 +SHORT_DESC="Development files for libspectre."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://www.freedesktop.org/wiki/Software/libspectre"
    1.15 -WANTED="libspectre"
    1.16 +WEB_SITE="https://www.freedesktop.org/wiki/Software/libspectre"
    1.17  
    1.18  DEPENDS="libspectre"
    1.19 +WANTED="libspectre"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	cp -a $install/* $fs
    1.25 -	rm -rf $fs/usr/lib/*.so*
    1.26 +	get_dev_files
    1.27  }