wok-next diff hyphen/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 | 0ec6086e21d6 |
children |
line diff
1.1 --- a/hyphen/receipt Sat Apr 14 01:31:03 2018 +0300 1.2 +++ b/hyphen/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -11,16 +11,16 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$SF_MIRROR/hunspell/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="automake libtool gettext perl" 1.8 -SPLIT="hyphen-dev" 1.9 +BUILD_DEPENDS="automake libtool gettext-dev perl" 1.10 +SPLIT="$PACKAGE-dev" 1.11 1.12 compile_rules() { 1.13 ./configure $CONFIGURE_ARGS && 1.14 fix libtool && 1.15 make && 1.16 - make DESTDIR=$DESTDIR install-libLTLIBRARIES && 1.17 - make DESTDIR=$DESTDIR install-binSCRIPTS && 1.18 - make DESTDIR=$DESTDIR install-includeHEADERS 1.19 + make DESTDIR=$install install-libLTLIBRARIES && 1.20 + make DESTDIR=$install install-binSCRIPTS && 1.21 + make DESTDIR=$install install-includeHEADERS 1.22 } 1.23 1.24 genpkg_rules() {