wok diff xxhash/receipt @ rev 25033

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:53 2022 +0100 (2022-05-20)
parents c1a1d1f23e07
children 0262035dc1e7
line diff
     1.1 --- a/xxhash/receipt	Mon May 10 19:33:04 2021 +0000
     1.2 +++ b/xxhash/receipt	Fri May 20 10:31:53 2022 +0100
     1.3 @@ -10,6 +10,8 @@
     1.4  WEB_SITE="http://cyan4973.github.io/xxHash/"
     1.5  WGET_URL="https://github.com/Cyan4973/xxHash/archive/refs/tags/v$VERSION.tar.gz"
     1.6  
     1.7 +DEPENDS="xxhash-lib"
     1.8 +
     1.9  current_version()
    1.10  {
    1.11  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.12 @@ -29,5 +31,4 @@
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15  	cp -a $install/usr/bin $fs/usr/
    1.16 -	cp -a $install/usr/lib/*.so* $fs/usr/lib/
    1.17  }