wok diff monkey-dev/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (21 months ago)
parents c6796c6304f6
children 65942c8606f4
line diff
     1.1 --- a/monkey-dev/receipt	Wed May 06 09:10:52 2020 +0000
     1.2 +++ b/monkey-dev/receipt	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="monkey-dev"
     1.7 -VERSION="1.5.6"
     1.8 +VERSION="1.6.9"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Lightweight HTTP server - dev files"
    1.11  MAINTAINER="necrophcodr@necrophcodr.me"
    1.12  LICENSE="APL2"
    1.13 -WEB_SITE="https://web.archive.org/web/20200229054452/http://monkey-project.com/"
    1.14 -WANTED="monkey"
    1.15 +WEB_SITE="http://monkey-project.com"
    1.16  
    1.17  DEPENDS="monkey"
    1.18 +WANTED="monkey"
    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
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib $fs/usr
    1.26 +
    1.27 +	cp -a $install/usr/include	$fs/usr
    1.28 +	cp -a $install/usr/lib		$fs/usr
    1.29  }