wok diff discount-dev/receipt @ rev 25281
updated rinetd again (0.62 -> 0.73)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 18 15:22:44 2022 +0100 (2022-07-18) |
parents | 6422600fc806 |
children |
line diff
1.1 --- a/discount-dev/receipt Thu Jan 23 17:34:22 2020 +0100 1.2 +++ b/discount-dev/receipt Mon Jul 18 15:22:44 2022 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="discount-dev" 1.7 -VERSION="2.2.6" 1.8 +VERSION="2.2.7" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A C implementation of the markdown language - development files." 1.11 MAINTAINER="necrophcodr@necrophcodr.me" 1.12 LICENSE="BSD3" 1.13 -WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/" 1.14 +WEB_SITE="https://www.pell.portland.or.us/~orc/Code/markdown/" 1.15 1.16 DEPENDS="discount" 1.17 WANTED="discount" 1.18 @@ -16,9 +16,7 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr 1.23 - 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib $fs/usr 1.26 + cook_copy_folders include 1.27 + cook_copy_folders lib 1.28 } 1.29