wok-next diff osip/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 10df65db91ad
children
line diff
     1.1 --- a/osip/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/osip/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -11,13 +11,13 @@
     1.4  TARBALL="libosip2-$VERSION.tar.gz"
     1.5  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -SPLIT="osip-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12  	fix libtool &&
    1.13  	make &&
    1.14 -	make DESTDIR=$DESTDIR install
    1.15 +	make DESTDIR=$install install
    1.16  }
    1.17  
    1.18  genpkg_rules() {