# -*- 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 libimobiledevice libimobiledevice-glue 1.3.0 revision 0 categories devel license LGPL-2.1 maintainers {i0ntempest @i0ntempest} openmaintainer description Library with common code used by the libraries and tools around \ the libimobiledevice project long_description The main functionality provided by this library are socket helper \ functions and a platform independent thread/mutex implementation. \ Besides that it comes with a number of string, file, and plist helper \ functions, as well as some other commonly used code that was \ originally duplicated in the dedicated projects. homepage https://www.libimobiledevice.org/ checksums rmd160 15edfc0c8784d9a5f03ddb2076325e32c0d95815 \ sha256 96ec4eb2b1e217392149eafb2b5c3cd3e7110200f0e2bb5003c37d3ead7244ef \ size 340138 depends_build-append \ path:bin/pkg-config:pkgconfig depends_lib-append port:libplist configure.args --disable-silent-rules subport libimobiledevice-glue-devel { github.setup libimobiledevice libimobiledevice-glue fde8946a3988790fd5d3f01fc0a1fd43609ab1d1 version 20240322 revision 0 checksums rmd160 0ac2dffb1ace947a4fe832e011588e72d41064e9 \ sha256 a0b78f08937b3a70b96975cd43de11be1e69895f7c8b2cd9bc4de89872547673 \ size 52948 conflicts libimobiledevice-glue depends_build-append \ port:autoconf \ port:automake \ port:libtool depends_lib-replace port:libplist port:libplist-devel configure.cmd ./autogen.sh pre-configure { system -W ${worksrcpath} "echo ${version} > .tarball-version" } livecheck.url ${github.homepage}/commits/${github.livecheck.branch}.atom } if {${subport} eq ${name}} { github.tarball_from releases use_bzip2 yes } else { github.tarball_from archive }