New package: R-cran-Rcpp-0.12.11.
This commit is contained in:
parent
465ee0c8f5
commit
15845f991a
1 changed files with 16 additions and 0 deletions
16
srcpkgs/R-cran-Rcpp/template
Normal file
16
srcpkgs/R-cran-Rcpp/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'R-cran-Rcpp'
|
||||
pkgname=R-cran-Rcpp
|
||||
version=0.12.11
|
||||
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/"
|
||||
checksum=bd8cae275bb45cf98f3e3c6e1b5189bdd9c02e74b25241419ed3e4851d859c7f
|
||||
|
||||
pre_install() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
|
||||
esac
|
||||
}
|
Loading…
Reference in a new issue