mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-qpdf: use --configure-vars option
This commit is contained in:
parent
f0866a1355
commit
5bcb51096b
2 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,8 @@ sha256sums=('d9c905a4879274d72de0c638f2e14737ec0a59895cbba9814e05c62b43e8e976')
|
|||
|
||||
build() {
|
||||
mkdir -p build
|
||||
EXTERNAL_QPDF=1 R CMD INSTALL "$_pkgname" -l build
|
||||
R CMD INSTALL "$_pkgname" -l build \
|
||||
--configure-vars=EXTERNAL_QPDF=yes
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
|
@ -18,3 +18,5 @@ update_on:
|
|||
pkgname: qpdf
|
||||
filename: usr/lib/libqpdf\.so\.([^.]+)
|
||||
repo: extra
|
||||
- source: manual
|
||||
manual: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue