wok-next diff sctp-tools/receipt @ rev 21370

updated minidlna (1.1.4 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Apr 16 09:58:07 2020 +0100 (2020-04-16)
parents 9e5dca6702bf
children
line diff
     1.1 --- a/sctp-tools/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/sctp-tools/receipt	Thu Apr 16 09:58:07 2020 +0100
     1.3 @@ -11,12 +11,12 @@
     1.4  TARBALL="lksctp-tools-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/lksctp/$TARBALL"
     1.6  
     1.7 -SPLIT="libsctp sctp-tools libsctp-dev"
     1.8 +SPLIT="libsctp $PACKAGE libsctp-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12  	make &&
    1.13 -	make DESTDIR=$DESTDIR install
    1.14 +	make DESTDIR=$install install
    1.15  }
    1.16  
    1.17  genpkg_rules() {