Merge pull request #7684 from IdrisKalp/master

libcxx add to repo
This commit is contained in:
Idris Kalp
2020-01-23 20:01:54 +03:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
@@ -2,7 +2,7 @@
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libc++</Name>
<Name>libcxx</Name>
<Homepage>http://www.kde.org</Homepage>
<Packager>
<Name>Idris Kalp</Name>
@@ -11,7 +11,7 @@
<License>MIT</License>
<IsA>library</IsA>
<Summary>LLVM C++ standard library.</Summary>
<Description>libc++ provides standard c++ library by LLVM</Description>
<Description>libcxx provides standard c++ library by LLVM</Description>
<Archive sha1sum="d6da82e9445fe824f021baf35f81a7efb6096ae3" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/libcxx-9.0.1.src.tar.xz</Archive>
<Archive sha1sum="457cec7f1dff38648518416a292853c8d643fe4e" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/libcxxabi-9.0.1.src.tar.xz</Archive>
<BuildDependencies>
@@ -24,7 +24,7 @@
</Source>
<Package>
<Name>libc++</Name>
<Name>libcxx</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
@@ -34,8 +34,8 @@
</Package>
<Package>
<Name>libc++-32bit</Name>
<Summary>libc++ 32bit shared libraries.</Summary>
<Name>libcxx-32bit</Name>
<Summary>libcxx 32bit shared libraries.</Summary>
<PartOf>emul32</PartOf>
<Files>
<Path fileType="library">/usr/lib32</Path>
@@ -43,10 +43,10 @@
</Package>
<Package>
<Name>libc++-devel</Name>
<Summary>Development files for libc++</Summary>
<Name>libcxx-devel</Name>
<Summary>Development files for libcxx</Summary>
<RuntimeDependencies>
<Dependency release="current">libc++</Dependency>
<Dependency release="current">libcxx</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>