R: shlib_provides=libR.so
This commit is contained in:
parent
04e805f96e
commit
853be8fd42
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'R'
|
||||
pkgname=R
|
||||
version=3.3.0
|
||||
revision=2
|
||||
revision=3
|
||||
nocross=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
|
||||
|
@ -19,6 +19,7 @@ license="GPL-2"
|
|||
homepage="http://www.r-project.org/"
|
||||
distfiles="http://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz"
|
||||
checksum=9256b154b1a5993d844bee7b1955cd49c99ad72cef03cce3cd1bdca1310311e4
|
||||
shlib_provides="libR.so"
|
||||
|
||||
pre_configure() {
|
||||
export R_BROWSER=/usr/bin/xdg-open
|
||||
|
|
Loading…
Reference in New Issue