wok diff curl-dev/receipt @ rev 23549

updated python-pytz (2011g -> 2019.3)
author Hans-G?nter Theisgen
date Tue Apr 07 06:43:07 2020 +0100 (2020-04-07)
parents a78610b2eb47
children c7da5d8a0b77
line diff
     1.1 --- a/curl-dev/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/curl-dev/receipt	Tue Apr 07 06:43:07 2020 +0100
     1.3 @@ -1,24 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="curl-dev"
     1.7 -VERSION="7.61.1"
     1.8 +VERSION="7.68.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Tool and libs for transferring files with URL syntax."
    1.11 +SHORT_DESC="Tool and librariess for transferring files with URL syntax - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://curl.haxx.se/"
    1.15 +
    1.16 +DEPENDS="curl libidn-dev openssl-dev pkg-config"
    1.17  WANTED="curl"
    1.18 -WEB_SITE="https://curl.haxx.se/"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="curl openssl-dev libidn-dev pkg-config"
    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/bin $fs/usr/lib/pkgconfig
    1.28 -	cp -a $install/usr/bin/curl-config $fs/usr/bin
    1.29 -	chmod 755 $fs/usr/bin/*
    1.30 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.31 -	cp -a $install/usr/include $fs/usr
    1.32 -	cp -a $src/libcurl.pc $fs/usr/lib/pkgconfig
    1.33 +	mkdir -p $fs/usr/bin
    1.34 +	mkdir -p $fs/usr/lib/pkgconfig
    1.35 +
    1.36 +	cp -a $install/usr/bin/curl-config	$fs/usr/bin
    1.37 +	chmod 755				$fs/usr/bin/*
    1.38 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.39 +	cp -a $install/usr/include		$fs/usr
    1.40 +	cp -a $src/libcurl.pc			$fs/usr/lib/pkgconfig
    1.41  }