mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
981 B
Tcl
30 lines
981 B
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
|
|
|
|
github.setup libyal libcthreads 20220102
|
|
categories security
|
|
maintainers nomaintainer
|
|
license LGPL-3+
|
|
|
|
description Library for cross-platform C threads functions
|
|
long_description ${description}
|
|
|
|
distname ${name}-alpha-${version}
|
|
worksrcdir ${name}-${version}
|
|
github.tarball_from releases
|
|
|
|
checksums rmd160 2162b22cf3fd29ff0b3266c4745fa4d74f83c36b \
|
|
sha256 8d5b7f1f3bbea606ca5e486776435fab085b3f9b0557f3cb814b48c038777e59 \
|
|
size 548820
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:gettext \
|
|
port:libiconv \
|
|
port:libcstring \
|
|
port:libcerror
|
|
|
|
configure.args --with-libiconv-prefix=${prefix}
|