wok-next diff curl-dev/receipt @ rev 19615

Up adwaita-icon-theme.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 04 15:52:11 2017 +0200 (2017-02-04)
parents fdae4331433c
children
line diff
     1.1 --- a/curl-dev/receipt	Sat Feb 07 22:16:52 2015 +0000
     1.2 +++ b/curl-dev/receipt	Sat Feb 04 15:52:11 2017 +0200
     1.3 @@ -1,24 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="curl-dev"
     1.7 -VERSION="7.40.0"
     1.8 +VERSION="7.50.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Tool and libs for transferring files with URL syntax."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -WANTED="curl"
    1.14 -WEB_SITE="http://curl.haxx.se/"
    1.15 +WEB_SITE="https://curl.haxx.se/"
    1.16  HOST_ARCH="i486 arm"
    1.17  
    1.18 -DEPENDS="curl openssl-dev libidn-dev pkg-config"
    1.19 +WANTED="curl"
    1.20 +DEPENDS="curl libidn-dev openssl-dev libcrypto-dev zlib-dev"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/bin $fs/usr/lib/pkgconfig
    1.26 -	cp -a $install/usr/bin/curl-config $fs/usr/bin
    1.27 -	chmod 755 $fs/usr/bin/*
    1.28 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 -	cp -a $src/libcurl.pc $fs/usr/lib/pkgconfig
    1.31 +	cook_copy_files curl-config *.h *.la *.pc *.m4
    1.32  }