wok-next diff fftw/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | f48456621a9d |
children | 92b22c1adcf0 |
line diff
1.1 --- a/fftw/receipt Tue Oct 16 16:46:05 2018 +0300 1.2 +++ b/fftw/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="3.3.6-pl2" 1.5 CATEGORY="multimedia" 1.6 SHORT_DESC="A library for computing the discrete Fourier transform (DFT)" 1.7 -MAINTAINER="jozee@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL2" 1.10 WEB_SITE="http://www.fftw.org/" 1.11 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/fftw.html" 1.12 @@ -13,7 +13,7 @@ 1.13 WGET_URL="http://www.fftw.org/$TARBALL" 1.14 1.15 BUILD_DEPENDS="gfortran" 1.16 -SPLIT="fftw-dev" 1.17 +SPLIT="$PACKAGE-dev" 1.18 1.19 compile_rules() { 1.20 # --enable-threads: ardour need it: cannot find -lfftw3f_threads 1.21 @@ -26,7 +26,7 @@ 1.22 $CONFIGURE_ARGS && 1.23 fix libtool && 1.24 make $MAKEFLAGS && 1.25 - make DESTDIR=$DESTDIR install 1.26 + make DESTDIR=$install install 1.27 1.28 # build long double precission (fftw3l) 1.29 make clean 1.30 @@ -38,7 +38,7 @@ 1.31 $CONFIGURE_ARGS && 1.32 fix libtool && 1.33 make $MAKEFLAGS && 1.34 - make DESTDIR=$DESTDIR install 1.35 + make DESTDIR=$install install 1.36 1.37 # build single precision (fftw3f) 1.38 make clean 1.39 @@ -50,7 +50,7 @@ 1.40 $CONFIGURE_ARGS && 1.41 fix libtool && 1.42 make $MAKEFLAGS && 1.43 - make DESTDIR=$DESTDIR install 1.44 + make DESTDIR=$install install 1.45 } 1.46 1.47 genpkg_rules() {