68 lines
1.9 KiB
XML
68 lines
1.9 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>libdispatch</Name>
|
|
<Homepage>https://apple.github.io/swift-corelibs-libdispatch/</Homepage>
|
|
<Packager>
|
|
<Name>fury</Name>
|
|
<Email>wascheme@tuta.io</Email>
|
|
</Packager>
|
|
<License>Apache-2</License>
|
|
<IsA>library</IsA>
|
|
<PartOf>programming.library</PartOf>
|
|
<Summary>Grand Central Dispatch.</Summary>
|
|
<Description>Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware.</Description>
|
|
<Archive sha1sum="f25bc698285cfa84bf24bd8bd5ef9103c4668e0a" type="targz">https://github.com/apple/swift-corelibs-libdispatch/archive/swift-5.3-RELEASE.tar.gz
|
|
</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>cmake</Dependency>
|
|
<Dependency>llvm-clang</Dependency>
|
|
<Dependency>llvm-clang-devel</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch level="0">avoid-libkqueue.patch</Patch>
|
|
<Patch level="0">remove-werror.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>libdispatch</Name>
|
|
<RuntimeDependencies>
|
|
<!-- <Dependency></Dependency> -->
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libdispatch-devel</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">libdispatch</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2021-02-25</Date>
|
|
<Version>5.3</Version>
|
|
<Comment>First build.</Comment>
|
|
<Name>fury</Name>
|
|
<Email>wascheme@tuta.io</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2020-12-31</Date>
|
|
<Version>5.3</Version>
|
|
<Comment>First build.</Comment>
|
|
<Name>fury</Name>
|
|
<Email>wascheme@tuta.io</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|