wok rev 25151

orc-dev: added .la file
author Hans-G?nter Theisgen
date Thu Jun 30 11:07:10 2022 +0100 (21 months ago)
parents d642857253e7
children 98ece8cc8707
files orc-dev/receipt
line diff
     1.1 --- a/orc-dev/receipt	Wed Jun 29 17:07:59 2022 +0100
     1.2 +++ b/orc-dev/receipt	Thu Jun 30 11:07:10 2022 +0100
     1.3 @@ -20,4 +20,28 @@
     1.4  	cook_copy_folders	pkgconfig
     1.5  	cook_copy_folders	share
     1.6  	cook_copy_files		*.*a
     1.7 +
     1.8 +	# /usr/lib/liborc-0.4.la required to build efl
     1.9 +	version="$(ls $install/usr/lib/liborc-0*.so.*.*.* | \
    1.10 +		sed 's|.*so.||;s|\.| |g')"
    1.11 +	current=${version%% *}
    1.12 +	age=${version#* }
    1.13 +	age=${age% *}
    1.14 +	revision=${version##* }
    1.15 +	cat > $fs/usr/lib/liborc-0.4.la <<EOT
    1.16 +# Generated by libtool (make libtool happy)
    1.17 +dlname='$(cd $install/usr/lib; ls liborc-0*.so.?)'
    1.18 +library_names='$(cd $install/usr/lib; ls -r liborc-0*.so* | xargs)'
    1.19 +old_library='liborc.a'
    1.20 +inherited_linker_flags=''
    1.21 +weak_library_names=''
    1.22 +current=$current
    1.23 +age=$age
    1.24 +revision=$revision
    1.25 +installed=yes
    1.26 +shouldnotlink=no
    1.27 +dlopen=''
    1.28 +dlpreopen=''
    1.29 +libdir='/usr/lib'
    1.30 +EOT
    1.31  }