mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
R-cran-reshape2: update to 1.4.4
This commit is contained in:
parent
5c9884cdb9
commit
070f4f4ddd
1 changed files with 11 additions and 5 deletions
|
@ -1,15 +1,21 @@
|
||||||
# Template file for 'R-cran-reshape2'
|
# Template file for 'R-cran-reshape2'
|
||||||
pkgname=R-cran-reshape2
|
pkgname=R-cran-reshape2
|
||||||
version=1.4.3
|
version=1.4.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=R-cran
|
build_style=R-cran
|
||||||
depends+=" R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp"
|
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"
|
||||||
short_desc="Flexibly Reshape Data: A Reboot of the Reshape Package"
|
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"
|
||||||
checksum=8aff94c935e75032344b52407593392ddd4e16a88bb206984340c816d42c710e
|
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
Reference in a new issue