wok-next diff sctp-tools/receipt @ rev 21208
asterisk: added build dependencies
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 10:21:51 2019 +0100 (2019-12-02) |
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 Mon Dec 02 10:21:51 2019 +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() {