wok-next diff liblinebreak/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 | 25deb7c6df08 |
children |
line diff
1.1 --- a/liblinebreak/receipt Sat Apr 14 03:34:33 2018 +0300 1.2 +++ b/liblinebreak/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -9,16 +9,16 @@ 1.4 WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="$SF_MIRROR/vimgadgets/$PACKAGE/$TARBALL" 1.8 +WGET_URL="$SF_MIRROR/vimgadgets/$TARBALL" 1.9 1.10 BUILD_DEPENDS="gfortran" 1.11 -SPLIT="liblinebreak-dev" 1.12 +SPLIT="$PACKAGE-dev" 1.13 1.14 compile_rules() { 1.15 ./configure $CONFIGURE_ARGS && 1.16 fix libtool && 1.17 make && 1.18 - make DESTDIR=$DESTDIR install 1.19 + make DESTDIR=$install install 1.20 } 1.21 1.22 genpkg_rules() {