wok diff avfs-dev/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 930e70d3ef54
children 5836340a00c2
line diff
     1.1 --- a/avfs-dev/receipt	Sat Feb 09 15:55:27 2019 +0100
     1.2 +++ b/avfs-dev/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="avfs-dev"
     1.7 -VERSION="1.0.6"
     1.8 +VERSION="1.1.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A virtual Filesystem implemented with FUSE, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://avf.sourceforge.net/"
    1.14 +WEB_SITE="https://sourceforge.net/projects/avf/"
    1.15  
    1.16 +DEPENDS="avfs"
    1.17  WANTED="avfs"
    1.18 -DEPENDS="avfs"
    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
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.26 +
    1.27 +	cp -a $install/usr/include	$fs/usr
    1.28 +	cp -a $install/usr/lib/*a	$fs/usr/lib
    1.29  }