wok-next diff hunspell/receipt @ rev 21116

Update libxfce4util, xfconf, libxfce4ui
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 00:11:29 2019 +0200 (2019-01-14)
parents 315a1dc02606
children 59c6b07cb8eb
line diff
     1.1 --- a/hunspell/receipt	Tue Sep 11 03:22:00 2018 +0300
     1.2 +++ b/hunspell/receipt	Mon Jan 14 00:11:29 2019 +0200
     1.3 @@ -11,8 +11,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/hunspell/hunspell/archive/v$VERSION.tar.gz"
     1.6  
     1.7 -BUILD_DEPENDS="automake libtool gettext readline-dev"
     1.8 -SPLIT="hunspell-dev"
     1.9 +BUILD_DEPENDS="automake libtool gettext-dev readline-dev"
    1.10 +SPLIT="$PACKAGE-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	autoreconf -vfi &&
    1.14 @@ -26,7 +26,7 @@
    1.15  		$CONFIGURE_ARGS &&
    1.16  	fix libtool &&
    1.17  	make &&
    1.18 -	make -j1 DESTDIR=$DESTDIR install
    1.19 +	make -j1 DESTDIR=$install install
    1.20  }
    1.21  
    1.22  genpkg_rules() {