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