wok-next diff ossp-uuid/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 a3c581bf52b8
children
line diff
     1.1 --- a/ossp-uuid/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/ossp-uuid/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -11,13 +11,13 @@
     1.4  TARBALL="uuid-$VERSION.tar.gz"
     1.5  WGET_URL="ftp://ftp.ossp.org/pkg/lib/uuid/$TARBALL"
     1.6  
     1.7 -SPLIT="ossp-uuid-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() {