mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.4 KiB
Tcl
43 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup gnuradio 1.0
|
|
|
|
name gr-cdma
|
|
maintainers {michaelld @michaelld} openmaintainer
|
|
description Provides augmented functionality for GNU Radio: a code-division multiple (user) access (CDMA) physical layer.
|
|
long_description {*}${description}
|
|
license GPL-3
|
|
|
|
if {${subport} eq ${name}} {
|
|
version 20161220
|
|
revision 5
|
|
replaced_by gr37-cdma
|
|
PortGroup obsolete 1.0
|
|
}
|
|
|
|
subport gr37-cdma {
|
|
|
|
name gr37-cdma
|
|
|
|
github.setup anastas gr-cdma 91067d780e907a1a8d9df53077460aac2ff09f15
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20161220
|
|
checksums rmd160 99c26aa048e690a4b11e10423baba5c9921db5c7 \
|
|
sha256 18ba151aa085aeb9cdc8fc5329f51d1d4af012c1bc58a1a303fe0911809752a9
|
|
revision 1
|
|
|
|
conflicts \
|
|
gr-cdma
|
|
|
|
patchfiles-append patch-installs.diff
|
|
patch.pre_args-replace -p0 -p1
|
|
# 2nd part of patch
|
|
post-patch {
|
|
reinplace "s|@PYTHON_HOME@|${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages/cdma|g" ${worksrcpath}/python/cdma_parameters.py
|
|
}
|
|
|
|
}
|