void-packages/srcpkgs/R-cran-Rcpp/template

17 lines
423 B
Bash
Raw Normal View History

2017-06-08 16:39:16 +02:00
# Template file for 'R-cran-Rcpp'
pkgname=R-cran-Rcpp
2017-07-24 09:53:08 +02:00
version=0.12.12
2017-06-08 16:39:16 +02:00
revision=1
build_style=R-cran
short_desc="Seamless R and C++ Integration"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="GPL-2"
homepage="http://www.rcpp.org/"
2017-07-24 09:53:08 +02:00
checksum=9f3eb1e6154f4d56b52ab550a22e522e9999c7998388fdc235e48af5e8c6deaf
2017-06-08 16:39:16 +02:00
pre_install() {
case "$XBPS_TARGET_MACHINE" in
*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
esac
}