# HG changeset patch # User Hans-G?nter Theisgen # Date 1647954913 -3600 # Node ID b7b06aebdb04df410b462751ded047b426cb5642 # Parent 1dc83097496be5a1cffeddc8716ab901f05f49f7 updated libmicrohttpd and libmicrohttpd-dev (0.9.70 -> 0.9.75) diff -r 1dc83097496b -r b7b06aebdb04 libmicrohttpd-dev/receipt --- a/libmicrohttpd-dev/receipt Tue Mar 22 10:13:41 2022 +0000 +++ b/libmicrohttpd-dev/receipt Tue Mar 22 14:15:13 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libmicrohttpd-dev" -VERSION="0.9.70" +VERSION="0.9.75" CATEGORY="development" SHORT_DESC="Development files for libmicrohttp." MAINTAINER="slaxemulator@gmail.com" @@ -14,9 +14,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + get_dev_files } diff -r 1dc83097496b -r b7b06aebdb04 libmicrohttpd/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libmicrohttpd/description.txt Tue Mar 22 14:15:13 2022 +0100 @@ -0,0 +1,5 @@ +GNU libmicrohttpd is a GNU package offering a C library that provides +a compact API and implementation of an HTTP 1.1 web server (HTTP 1.0 +is also supported). GNU libmicrohttpd only implements the HTTP 1.1 +protocol. The main application must still provide the application +logic to generate the content. diff -r 1dc83097496b -r b7b06aebdb04 libmicrohttpd/receipt --- a/libmicrohttpd/receipt Tue Mar 22 10:13:41 2022 +0000 +++ b/libmicrohttpd/receipt Tue Mar 22 14:15:13 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libmicrohttpd" -VERSION="0.9.70" +VERSION="0.9.75" CATEGORY="network" SHORT_DESC="A small C library that is supposed to make it easy to run an HTTP server as part of another application." MAINTAINER="slaxemulator@gmail.com" @@ -34,7 +34,7 @@ --enable-messages \ --with-pic \ $CONFIGURE_ARGS && - make -j 1 && + make && make DESTDIR=$DESTDIR install mkdir -p $DESTDIR/usr/include/$PACKAGE @@ -49,6 +49,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_files *.so* }