mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 13:17:00 +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'
|
# Template file for 'libopenraw'
|
||||||
pkgname=libopenraw
|
pkgname=libopenraw
|
||||||
version=0.1.3
|
version=0.1.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-boost=${XBPS_CROSS_BASE}/usr"
|
configure_args="--with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="pkg-config curl"
|
hostmakedepends="pkg-config curl"
|
||||||
|
@ -20,7 +20,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libopenraw-devel_package() {
|
libopenraw-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
description=" - development files"
|
description=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
|
Loading…
Add table
Reference in a new issue