# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        github gnu-octave octave-signal 1.4.8
github.tarball_from releases
octave.module       signal
revision            0

license             GPL-3+ public-domain
maintainers         {mps @Schamschula} openmaintainer
description         Signal processing tools, including filtering, \
                    windowing and display functions.
long_description    {*}${description}

distfiles           ${octave.module}-${version}${extract.suffix}

checksums           rmd160  2389663fc93d827b6d65aa60861eb2e503f3ebc8 \
                    sha256  f5989b4f148e6f5b696a7b7ceee8c610140acf6084eb3e7eafbf0eb38df79a33 \
                    size    627262

depends_lib-append  port:octave-control
