wok diff lensfun-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents a1e9a41ba028
children
line diff
     1.1 --- a/lensfun-dev/receipt	Mon Mar 18 17:49:35 2019 +0100
     1.2 +++ b/lensfun-dev/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lensfun-dev"
     1.7 -VERSION="0.3.2"
     1.8 +VERSION="0.3.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for lensfun."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="LGPL3 GPL3"
    1.13 -WEB_SITE="https://sourceforge.net/projects/lensfun/"
    1.14 +WEB_SITE="https://lensfun.github.io/"
    1.15  
    1.16  WANTED="lensfun"
    1.17  DEPENDS="lensfun pkg-config"
    1.18 @@ -14,8 +14,6 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib
    1.23 -
    1.24 -	cp -a $install/usr/include		$fs/usr
    1.25 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.26 +	cook_copy_folders	include
    1.27 +	cook_copy_folders	pkgconfig
    1.28  }