New package: libcxx-3.4.
This commit is contained in:
parent
e56cc9579a
commit
94f122237c
|
@ -1449,3 +1449,4 @@ libnemo-extension.so.1 libnemo-2.0.8_1
|
|||
libxshmfence.so.1 libxshmfence-1.1_1
|
||||
libgoffice-0.8.so.8 goffice0.8-0.8.13_1
|
||||
libgoffice-0.10.so.10 goffice-0.10.9_1
|
||||
libc++.so.1 libcxx-3.4_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libcxx
|
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'libcxx'
|
||||
pkgname=libcxx
|
||||
version=3.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
short_desc="New implementation of the C++ standard library, targeting C++11"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://libcxx.llvm.org"
|
||||
license="BSD"
|
||||
distfiles="http://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.gz"
|
||||
checksum=bd9f200279f0eb19fc28ed2d9d607dfd38e2e7d92bf52e7fb2161f89212e0deb
|
||||
|
||||
libcxx-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue