mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-13 04:37:03 +02:00
libopenraw: reduce dependencies of -devel
This commit is contained in:
parent
f5ba14434f
commit
0d897fde79
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libopenraw'
|
||||
pkgname=libopenraw
|
||||
version=0.1.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-boost=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="pkg-config curl"
|
||||
|
@ -20,7 +20,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libopenraw-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
description=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Add table
Reference in a new issue