wok-current diff libmicrohttpd/receipt @ rev 25149
updated proftpd and proftpd-lang (1.3.6d -> 1.3.7d)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 29 16:56:24 2022 +0100 (2022-06-29) |
parents | 71360a13cd94 |
children |
line diff
1.1 --- a/libmicrohttpd/receipt Fri Jan 28 18:19:21 2022 +0000 1.2 +++ b/libmicrohttpd/receipt Wed Jun 29 16:56:24 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libmicrohttpd" 1.7 -VERSION="0.9.70" 1.8 +VERSION="0.9.75" 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 @@ -34,7 +34,7 @@ 1.13 --enable-messages \ 1.14 --with-pic \ 1.15 $CONFIGURE_ARGS && 1.16 - make -j 1 && 1.17 + make && 1.18 make DESTDIR=$DESTDIR install 1.19 1.20 mkdir -p $DESTDIR/usr/include/$PACKAGE 1.21 @@ -49,6 +49,5 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr/lib 1.26 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 + cook_copy_files *.so* 1.28 }