wok-next rev 21596

updated dos2unix (7.4.0 -> 7.4.1)
author Hans-G?nter Theisgen
date Wed Jun 24 14:10:06 2020 +0100 (2020-06-24)
parents 6c78a08cdfae
children ba6dd8ece594
files dos2unix/receipt
line diff
     1.1 --- a/dos2unix/receipt	Wed Jun 24 13:53:45 2020 +0100
     1.2 +++ b/dos2unix/receipt	Wed Jun 24 14:10:06 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="dos2unix"
     1.7 -VERSION="7.4.0"
     1.8 +VERSION="7.4.1"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Text file format converters"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -11,22 +11,24 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="http://waterlan.home.xs4all.nl/dos2unix/$TARBALL"
    1.15  
    1.16 -compile_rules() {
    1.17 -	sed -e '/^LDFLAGS/s|=|+=|' \
    1.18 +compile_rules()
    1.19 +{
    1.20 +	sed	-e '/^LDFLAGS/s|=|+=|' \
    1.21  		-e '/CFLAGS_OS \+=/d' \
    1.22  		-e '/LDFLAGS_EXTRA \+=/d' \
    1.23  		-e "/^CFLAGS/s|-O2|$CFLAGS|" \
    1.24  		-i Makefile
    1.25  
    1.26  	make ENABLE_NLS= &&
    1.27 -	make prefix=/usr \
    1.28 -		docsubdir=dos2unix \
    1.29 -		ENABLE_NLS= \
    1.30 -		DESTDIR=$install \
    1.31 +	make prefix=/usr		\
    1.32 +		docsubdir=dos2unix	\
    1.33 +		ENABLE_NLS=		\
    1.34 +		DESTDIR=$install	\
    1.35  		install
    1.36  }
    1.37  
    1.38 -genpkg_rules() {
    1.39 +genpkg_rules()
    1.40 +{
    1.41  	copy @std
    1.42  	DEPENDS=""
    1.43  }