wok-next diff ucl/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/ucl/receipt Thu Apr 19 13:15:41 2018 +0300 1.2 +++ b/ucl/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -12,16 +12,17 @@ 1.4 WGET_URL="$WEB_SITE/download/$TARBALL" 1.5 1.6 BUILD_DEPENDS="gfortran" 1.7 -SPLIT="ucl-dev" 1.8 +SPLIT="$PACKAGE-dev" 1.9 1.10 compile_rules() { 1.11 ./configure \ 1.12 --enable-shared \ 1.13 $CONFIGURE_ARGS && 1.14 fix libtool && 1.15 - make && make install || return 1 1.16 + make && 1.17 + make install || return 1 1.18 1.19 - cook_pick_docs AUTHORS NEWS README THANKS TODO $docdir 1.20 + cook_pick_docs AUTHORS NEWS README THANKS TODO 1.21 } 1.22 1.23 genpkg_rules() {