Files
macports-ports/science/libfec/Portfile
T
Joshua Root 1266530ee3 science/[h-y]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-27 18:30:14 +11:00

30 lines
1.2 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
categories science comms
platforms darwin macosx
license LGPL
maintainers {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer
description implements several popular forward error correction (FEC)
long_description implements several popular forward error correction \
(FEC) algorithms and several low-level routines useful in modems \
implemented with digital signal processing (DSP).
github.setup fblomqvi libfec c5d935f42a79221871ff50e75d3971cf3e87be7c
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 20210201-[string range ${github.version} 0 7]
checksums rmd160 b781d1422b08858d89a1317756f4e3a94e762173 \
sha256 f75985bb4a8638742b2f4638ea7a0d7d57a1c738f491e595d1f448f1675366e5 \
size 130524
revision 0
use_autoreconf yes
configure.args-append \
--build="${build_arch}-apple-${os.platform}${os.major}.${os.minor}.0"
test.run yes