wok-next diff json-c/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents fc9ee6d3aa6f
children
line diff
     1.1 --- a/json-c/receipt	Sun Sep 30 05:22:24 2018 +0300
     1.2 +++ b/json-c/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -11,10 +11,14 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WGET_URL="https://s3.amazonaws.com/json-c_releases/releases/$TARBALL"
     1.7 +TARBALL_SHA1="00e049ffc9878b9c2e3c3dcb6b58c4ce9e65024b"
     1.8  
     1.9  BUILD_DEPENDS="automake"
    1.10  SPLIT="$PACKAGE-dev"
    1.11  
    1.12 +COPY_std="*.so.*"
    1.13 +COPY_dev="@dev *.so"
    1.14 +
    1.15  compile_rules() {
    1.16  	./configure \
    1.17  		--disable-static \
    1.18 @@ -23,10 +27,3 @@
    1.19  	make -j1 &&
    1.20  	make install
    1.21  }
    1.22 -
    1.23 -genpkg_rules() {
    1.24 -	case $PACKAGE in
    1.25 -		json-c) copy @std;;
    1.26 -		*-dev)  copy @dev;;
    1.27 -	esac
    1.28 -}