wok-next diff hyphen/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents 0ec6086e21d6
children
line diff
     1.1 --- a/hyphen/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/hyphen/receipt	Fri Dec 28 05:11:49 2018 +0200
     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() {