wok diff libmicrohttpd/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 9e985e6947f6
children 71360a13cd94
line diff
     1.1 --- a/libmicrohttpd/receipt	Thu Apr 11 17:56:29 2019 +0100
     1.2 +++ b/libmicrohttpd/receipt	Tue Apr 14 15:51:31 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmicrohttpd"
     1.7 -VERSION="0.9.63"
     1.8 +VERSION="0.9.70"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A small C library that is supposed to make it easy to run an HTTP server as part of another application."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -12,7 +12,7 @@
    1.13  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.14  
    1.15  DEPENDS="libgcrypt libgnutls"
    1.16 -BUILD_DEPENDS="libgcrypt-dev gmp-dev gnutls-dev libtasn1-dev"
    1.17 +BUILD_DEPENDS="gmp-dev gnutls-dev libgcrypt-dev libtasn1-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -43,5 +43,5 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.26 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.27  }