wok-next diff xmlrpc-c/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents fc0a0ab57dc4
children
line diff
     1.1 --- a/xmlrpc-c/receipt	Wed Oct 18 03:15:00 2017 +0300
     1.2 +++ b/xmlrpc-c/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="automake texinfo curl-dev libxml2-dev"
     1.7 -SPLIT="xmlrpc-c-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	# this file appeared later (with this content), but is absent when it required
    1.12 @@ -25,8 +25,8 @@
    1.13  		--disable-wininet-client \
    1.14  		--enable-cplusplus \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make -j 1 &&
    1.17 -	make DESTDIR=$DESTDIR install
    1.18 +	make -j1 &&
    1.19 +	make DESTDIR=$install install
    1.20  }
    1.21  
    1.22  genpkg_rules() {