wok diff matio-dev/receipt @ rev 21794

updated firefox-official packages (67.0.3 -> 68.0)
author Hans-G?nter Theisgen
date Wed Aug 07 15:28:16 2019 +0100 (2019-08-07)
parents 86790a278e70
children 94368a89899f
line diff
     1.1 --- a/matio-dev/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/matio-dev/receipt	Wed Aug 07 15:28:16 2019 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="matio-dev"
     1.7 -VERSION="1.5.2"
     1.8 +VERSION="1.5.15"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="MAT File I/O Library."
    1.11 +SHORT_DESC="Library for reading and writing Matlab MAT files - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="https://sourceforge.net/projects/matio/"
    1.15 -WANTED="matio"
    1.16 +WEB_SITE="https://matio.sourceforge.io/"
    1.17  
    1.18  DEPENDS="matio pkg-config"
    1.19 +WANTED="matio"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 +
    1.29 +	cp -a $install/usr/include		$fs/usr
    1.30 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.32  }