fftw: update to 3.3.1.

This commit is contained in:
Juan RP 2012-03-03 21:53:28 +01:00
parent 41ffb57d40
commit b0b8fa0b14
2 changed files with 3 additions and 7 deletions

View File

@ -1,13 +1,10 @@
# Template file for 'libfftw'.
#
revision=1
short_desc="${short_desc} - Runtime library"
long_desc="${long_desc}
This package contains the FFTW runtime lib(s)."
do_install()
{
do_install() {
vmove "usr/lib/*.so*" usr/lib
}

View File

@ -1,13 +1,12 @@
# Template file for 'fftw'
pkgname=fftw
version=3.3
version=3.3.1
homepage="http://www.fftw.org/"
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
revision=1
short_desc="Library for computing the discrete Fourier transform (DFT)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=d25a98521a13933e678ce19319d03ddc915826764e1e59abd12d172c239b6aea
checksum=c77fc5cda6ce868857aa565cb9b0df0d7a4fcf388ce5c6d482acd80e2452b739
long_desc="
FFTW is a free collection of fast C routines for computing the Discrete
Fourier Transform in one or more dimensions. It includes complex, real,