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"> <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>libc++</Name> <Name>libcxx</Name>
<Homepage>http://www.kde.org</Homepage> <Homepage>http://www.kde.org</Homepage>
<Packager> <Packager>
<Name>Idris Kalp</Name> <Name>Idris Kalp</Name>
@@ -11,7 +11,7 @@
<License>MIT</License> <License>MIT</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>LLVM C++ standard library.</Summary> <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="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> <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> <BuildDependencies>
@@ -24,7 +24,7 @@
</Source> </Source>
<Package> <Package>
<Name>libc++</Name> <Name>libcxx</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
@@ -34,8 +34,8 @@
</Package> </Package>
<Package> <Package>
<Name>libc++-32bit</Name> <Name>libcxx-32bit</Name>
<Summary>libc++ 32bit shared libraries.</Summary> <Summary>libcxx 32bit shared libraries.</Summary>
<PartOf>emul32</PartOf> <PartOf>emul32</PartOf>
<Files> <Files>
<Path fileType="library">/usr/lib32</Path> <Path fileType="library">/usr/lib32</Path>
@@ -43,10 +43,10 @@
</Package> </Package>
<Package> <Package>
<Name>libc++-devel</Name> <Name>libcxx-devel</Name>
<Summary>Development files for libc++</Summary> <Summary>Development files for libcxx</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">libc++</Dependency> <Dependency release="current">libcxx</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>