mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
9 lines
325 B
Bash
Executable file
9 lines
325 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=libfftw3f
|
|
version=3.3.10
|
|
useconfigure=true
|
|
configopts=("--enable-float")
|
|
use_fresh_config_sub=true
|
|
files="http://fftw.org/fftw-${version}.tar.gz fftw-${version}.tar.gz 56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467"
|
|
auth_type=sha256
|
|
workdir="fftw-${version}"
|