fftw: rebuild to generate a complete shlib-provides.
This commit is contained in:
parent
ba1e7e9b61
commit
6b998e3227
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fftw'
|
||||
pkgname=fftw
|
||||
version=3.3.4
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="libtool automake gcc-fortran"
|
||||
short_desc="Library for computing the discrete Fourier transform (DFT)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -38,14 +38,12 @@ do_configure() {
|
|||
cd ${wrksrc}/build-single
|
||||
../configure ${configure_args} ${CARGS} --enable-float ${_sse}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
for f in double long-double single; do
|
||||
cd ${wrksrc}/build-${f}
|
||||
make ${makejobs}
|
||||
done
|
||||
}
|
||||
|
||||
do_install() {
|
||||
for f in double long-double single; do
|
||||
cd ${wrksrc}/build-${f}
|
||||
|
@ -54,12 +52,11 @@ do_install() {
|
|||
}
|
||||
|
||||
libfftw_package() {
|
||||
short_desc+=" - runtime library"
|
||||
short_desc+=" - runtime libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
fftw-devel_package() {
|
||||
depends="libfftw>=${version}_${revision}"
|
||||
short_desc+=" - Development files"
|
||||
|
|
Loading…
Reference in a new issue