wok diff libvips-dev/receipt @ rev 24848

updated libvips and libvips-dev (8.9.1 -> 8.12.2)
author Hans-G?nter Theisgen
date Fri Mar 25 16:44:48 2022 +0100 (2022-03-25)
parents e6b1efdc1eea
children
line diff
     1.1 --- a/libvips-dev/receipt	Thu Mar 12 17:43:05 2020 +0100
     1.2 +++ b/libvips-dev/receipt	Fri Mar 25 16:44:48 2022 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libvips-dev"
     1.7 -VERSION="8.9.1"
     1.8 +VERSION="8.12.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="An image processing library, development files."
    1.11  MAINTAINER="yuripourre@gmail.com"
    1.12  LICENSE="LGPL2.1"
    1.13 -WEB_SITE="https://libvips.github.io/libvips/"
    1.14 +WEB_SITE="https://www.libvips.org"
    1.15  
    1.16  DEPENDS="libvips pkg-config"
    1.17  WANTED="libvips"
    1.18 @@ -14,11 +14,5 @@
    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 -	mkdir -p $fs/usr/include
    1.24 -
    1.25 -	cp -a $install/usr/lib/*.a		$fs/usr/lib
    1.26 -	cp -a $install/usr/lib/*.la		$fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.28 -	cp -a $install/usr/include		$fs/usr
    1.29 +	get_dev_files
    1.30  }