wok rev 24806

updated libmicrohttpd and libmicrohttpd-dev (0.9.70 -> 0.9.75)
author Hans-G?nter Theisgen
date Tue Mar 22 14:15:13 2022 +0100 (2022-03-22)
parents 1dc83097496b
children 3e62030539e2
files libmicrohttpd-dev/receipt libmicrohttpd/description.txt libmicrohttpd/receipt
line diff
     1.1 --- a/libmicrohttpd-dev/receipt	Tue Mar 22 10:13:41 2022 +0000
     1.2 +++ b/libmicrohttpd-dev/receipt	Tue Mar 22 14:15:13 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmicrohttpd-dev"
     1.7 -VERSION="0.9.70"
     1.8 +VERSION="0.9.75"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for libmicrohttp."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -14,9 +14,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -
    1.18 -	cp -a $install/usr/include		$fs/usr
    1.19 -	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.20 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.21 +	get_dev_files
    1.22  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libmicrohttpd/description.txt	Tue Mar 22 14:15:13 2022 +0100
     2.3 @@ -0,0 +1,5 @@
     2.4 +GNU libmicrohttpd is a GNU package offering a C library that provides
     2.5 +a compact API and implementation of an HTTP 1.1 web server (HTTP 1.0
     2.6 +is also supported).  GNU libmicrohttpd only implements the HTTP 1.1
     2.7 +protocol.  The main application must still provide the application
     2.8 +logic to generate the content.
     3.1 --- a/libmicrohttpd/receipt	Tue Mar 22 10:13:41 2022 +0000
     3.2 +++ b/libmicrohttpd/receipt	Tue Mar 22 14:15:13 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libmicrohttpd"
     3.7 -VERSION="0.9.70"
     3.8 +VERSION="0.9.75"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="A small C library that is supposed to make it easy to run an HTTP server as part of another application."
    3.11  MAINTAINER="slaxemulator@gmail.com"
    3.12 @@ -34,7 +34,7 @@
    3.13  		--enable-messages		\
    3.14  		--with-pic			\
    3.15  		$CONFIGURE_ARGS &&
    3.16 -	make -j 1 &&
    3.17 +	make &&
    3.18  	make DESTDIR=$DESTDIR install
    3.19  
    3.20  	mkdir -p $DESTDIR/usr/include/$PACKAGE
    3.21 @@ -49,6 +49,5 @@
    3.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.23  genpkg_rules()
    3.24  {
    3.25 -	mkdir -p $fs/usr/lib
    3.26 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.27 +	cook_copy_files	*.so*
    3.28  }