mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/fftw to 3.3.4-2
This commit is contained in:
parent
9a858c061b
commit
233342a030
2 changed files with 1 additions and 26 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
pkgname=fftw
|
pkgname=fftw
|
||||||
pkgver=3.3.4
|
pkgver=3.3.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
|
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -17,7 +17,6 @@ url="http://www.fftw.org/"
|
||||||
depends=('bash' 'gcc-libs')
|
depends=('bash' 'gcc-libs')
|
||||||
makedepends=('gcc-fortran')
|
makedepends=('gcc-fortran')
|
||||||
source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
|
source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
|
||||||
install=fftw.install
|
|
||||||
sha1sums=('fd508bac8ac13b3a46152c54b7ac885b69734262')
|
sha1sums=('fd508bac8ac13b3a46152c54b7ac885b69734262')
|
||||||
|
|
||||||
# notes:
|
# notes:
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
info_dir=/usr/share/info
|
|
||||||
info_files=(fftw3.info)
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
[[ -x usr/bin/install-info ]] || return 0
|
|
||||||
for f in ${info_files[@]}; do
|
|
||||||
install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_remove() {
|
|
||||||
[[ -x usr/bin/install-info ]] || return 0
|
|
||||||
for f in ${info_files[@]}; do
|
|
||||||
install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue