wok-next diff flex/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
parents d5aab818505e
children
line diff
     1.1 --- a/flex/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/flex/receipt	Tue May 05 08:11:24 2020 +0100
     1.3 @@ -17,6 +17,13 @@
     1.4  
     1.5  SPLIT="libflex $PACKAGE"
     1.6  
     1.7 +COPY_libflex="*.so*"
     1.8 +COPY_std="@std @dev @rm"
     1.9 +
    1.10 +CAT_libflex="libdevel|library"
    1.11 +DEPENDS_std="libflex   bison"
    1.12 +TAGS_std="LFS"
    1.13 +
    1.14  compile_rules() {
    1.15  	# Fix a problem introduced with glibc-2.26
    1.16  	sed -i "/math.h/a #include <malloc.h>" src/flexdef.h
    1.17 @@ -28,16 +35,3 @@
    1.18  
    1.19  	ln -s flex $install/usr/bin/lex
    1.20  }
    1.21 -
    1.22 -genpkg_rules() {
    1.23 -	case $PACKAGE in
    1.24 -		libflex)
    1.25 -			copy *.so*
    1.26 -			;;
    1.27 -		*)
    1.28 -			copy @std @dev @rm
    1.29 -			DEPENDS="libflex   bison"
    1.30 -			TAGS="LFS"
    1.31 -			;;
    1.32 -	esac
    1.33 -}