wok diff libhtp-dev/receipt @ rev 24797

updated libhtp and libhtp-dev (0.5.32 -> 0.5.39)
author Hans-G?nter Theisgen
date Mon Mar 21 17:10:45 2022 +0100 (2022-03-21)
parents acb084b6e42c
children 77f76ba66e45
line diff
     1.1 --- a/libhtp-dev/receipt	Tue Mar 10 13:36:41 2020 +0100
     1.2 +++ b/libhtp-dev/receipt	Mon Mar 21 17:10:45 2022 +0100
     1.3 @@ -1,22 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libhtp-dev"
     1.7 -VERSION="0.5.32"
     1.8 +VERSION="0.5.39"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Libhtp, development files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://www.openinfosecfoundation.org"
    1.14 +WEB_SITE="https://github.com/OISF/libhtp"
    1.15  
    1.16 +DEPENDS="libhtp  pkg-config"
    1.17  WANTED="libhtp"
    1.18 -DEPENDS="libhtp pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/lib
    1.24 -
    1.25 -	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.27 -	cp -a $install/usr/include		$fs/usr
    1.28 +	get_dev_files
    1.29  }