R-cran-reshape2: rebuild for R-cran-Rcpp-1.0.8
This commit is contained in:
parent
624669d9c3
commit
cc924ea2c8
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'R-cran-reshape2'
|
# Template file for 'R-cran-reshape2'
|
||||||
pkgname=R-cran-reshape2
|
pkgname=R-cran-reshape2
|
||||||
version=1.4.4
|
version=1.4.4
|
||||||
revision=2
|
revision=3
|
||||||
build_style=R-cran
|
build_style=R-cran
|
||||||
makedepends="R-cran-plyr R-cran-stringr R-cran-Rcpp"
|
makedepends="R-cran-plyr R-cran-stringr R-cran-Rcpp"
|
||||||
depends="R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp"
|
depends="R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp"
|
||||||
|
@ -9,14 +9,9 @@ short_desc="Flexibly Reshape Data: A Reboot of the Reshape Package"
|
||||||
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/hadley/reshape"
|
homepage="https://github.com/hadley/reshape"
|
||||||
|
changelog="https://raw.githubusercontent.com/hadley/reshape/master/NEWS.md"
|
||||||
checksum=d88dcf9e2530fa9695fc57d0c78adfc5e361305fe8919fe09410b17da5ca12d8
|
checksum=d88dcf9e2530fa9695fc57d0c78adfc5e361305fe8919fe09410b17da5ca12d8
|
||||||
|
|
||||||
pre_install() {
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue