wok diff libgd-dev/receipt @ rev 24988

Fix perl-gd & tcptrack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 12 11:01:25 2022 +0000 (2022-05-12)
parents b23be24d7a0f
children dcb071a5e9e6
line diff
     1.1 --- a/libgd-dev/receipt	Mon Feb 27 10:17:28 2017 +0100
     1.2 +++ b/libgd-dev/receipt	Thu May 12 11:01:25 2022 +0000
     1.3 @@ -1,23 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgd-dev"
     1.7 -VERSION="2.0.35"
     1.8 +VERSION="2.3.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Library for the dynamic creation of images development files."
    1.11 +SHORT_DESC="Library for the dynamic creation of images - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 +WEB_SITE="https://libgd.github.io/"
    1.15 +
    1.16 +DEPENDS="jpeg-dev libjpeg libpng-dev tiff"
    1.17  WANTED="libgd"
    1.18 -WEB_SITE="http://www.libgd.org/"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="libpng-dev libjpeg jpeg-dev tiff"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr/lib $fs/usr/bin
    1.28 -	cp -a $install/usr/local/include $fs/usr
    1.29 -	cp -a $install/usr/local/lib/*a $fs/usr/lib
    1.30 -	cp -a $install/usr/local/bin/gdlib-config $fs/usr/bin
    1.31 +	# 2.3.3: not supplied
    1.32 +#	cp -a $install/usr/bin/gdlib-config	$fs/usr/bin
    1.33 +
    1.34 +	cook_copy_folders	include
    1.35 +	cook_copy_folders	pkgconfig
    1.36 +	cook_copy_files	*.*a
    1.37  }
    1.38 -