22 lines
647 B
Bash
22 lines
647 B
Bash
# Template file for 'libcxx'
|
|
pkgname=libcxx
|
|
version=3.6.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="cmake"
|
|
short_desc="New implementation of the C++ standard library, targeting C++11"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://libcxx.llvm.org"
|
|
license="BSD"
|
|
distfiles="http://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.xz"
|
|
checksum=5a5c653becf3978d4c4f6095708660855bed691210a9426bb839eecd88b6c0f9
|
|
wrksrc=${pkgname}-${version}.src
|
|
|
|
libcxx-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|