19 lines
602 B
Bash
19 lines
602 B
Bash
# Template file for 'python3-pyFFTW'
|
|
pkgname=python3-pyFFTW
|
|
version=0.12.0
|
|
revision=2
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
|
makedepends="fftw-devel python3-devel"
|
|
depends="python3-numpy"
|
|
short_desc="Pythonic wrapper around FFTW"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/pyFFTW/pyFFTW"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=55157460f27656d2f09bdc1bc3ba3a2e0d19ece9129aea1afb36099bb83222ef
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|