2014-01-07 14:04:35 +00:00
|
|
|
# Template file for 'libcxx'
|
|
|
|
pkgname=libcxx
|
2015-06-08 04:58:25 +00:00
|
|
|
version=3.6.1
|
2014-01-07 14:04:35 +00:00
|
|
|
revision=1
|
|
|
|
build_style=cmake
|
|
|
|
hostmakedepends="cmake"
|
|
|
|
short_desc="New implementation of the C++ standard library, targeting C++11"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-01-07 14:04:35 +00:00
|
|
|
homepage="http://libcxx.llvm.org"
|
|
|
|
license="BSD"
|
2015-03-05 21:49:14 +00:00
|
|
|
distfiles="http://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.xz"
|
2015-06-08 04:58:25 +00:00
|
|
|
checksum=5a5c653becf3978d4c4f6095708660855bed691210a9426bb839eecd88b6c0f9
|
2015-03-05 21:49:14 +00:00
|
|
|
wrksrc=${pkgname}-${version}.src
|
2014-01-07 14:04:35 +00:00
|
|
|
|
|
|
|
libcxx-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
}
|
|
|
|
}
|