wok rev 25355

hylafax: accept any tiff version 4
author Hans-G?nter Theisgen
date Wed Jul 27 06:22:08 2022 +0100 (22 months ago)
parents 90c2e9095591
children 952ee6c09c89
files hylafax/description.txt hylafax/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hylafax/description.txt	Wed Jul 27 06:22:08 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +HylaFAX is an enterprise-class open-source system for sending
     1.5 +and receiving facsimiles as well as for sending alpha-numeric
     1.6 +pages.
     1.7 +
     1.8 +
     2.1 --- a/hylafax/receipt	Tue Jul 26 16:22:26 2022 +0100
     2.2 +++ b/hylafax/receipt	Wed Jul 27 06:22:08 2022 +0100
     2.3 @@ -24,8 +24,8 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	# accept tiff version 4.1 as well:
     2.8 -	sed -i 's|4.\[0\]|4.\[01\]|'	configure
     2.9 +	# accept tiff version 4.* as well:
    2.10 +	sed -i 's|4.\[0\]|4.*|'	configure
    2.11  
    2.12  	[ -f defs.org ] && cp defs.org defs
    2.13  	[ -f etc/Makefile.org ] && cp etc/Makefile.org etc/Makefile
    2.14 @@ -54,12 +54,10 @@
    2.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.16  genpkg_rules()
    2.17  {
    2.18 -	mkdir -p $fs/usr
    2.19 -
    2.20 -	cp -a $install/usr/bin	$fs/usr
    2.21 -	cp -a $install/usr/sbin	$fs/usr
    2.22 -	cp -a $install/usr/lib	$fs/usr
    2.23 -	cp -a $install/var	$fs
    2.24 +	cook_copy_folders	bin
    2.25 +	cook_copy_folders	lib
    2.26 +	cook_copy_folders	sbin
    2.27 +	cook_copy_folders	var
    2.28  	rm -rf			$install/var/spool/hylafax/etc/templates
    2.29  	cp -a $install/etc	$fs
    2.30  }