wok-next diff atm-tools/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 835b3b8ce6ac
children
line diff
     1.1 --- a/atm-tools/receipt	Fri Apr 13 07:14:16 2018 +0300
     1.2 +++ b/atm-tools/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -12,13 +12,13 @@
     1.4  WGET_URL="$SF_MIRROR/linux-atm/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="perl"
     1.7 -SPLIT="atm-tools-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12  	fix libtool &&
    1.13  	make -j1 &&
    1.14 -	make -j1 DESTDIR=$DESTDIR install
    1.15 +	make -j1 DESTDIR=$install install
    1.16  }
    1.17  
    1.18  genpkg_rules() {