mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cryptsetup: specify pkg-config depends in -devel subpackage
This commit is contained in:
parent
78245a9cf8
commit
cb62c2fe0e
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cryptsetup'
|
# Template file for 'cryptsetup'
|
||||||
pkgname=cryptsetup
|
pkgname=cryptsetup
|
||||||
version=2.6.0
|
version=2.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-crypto_backend=openssl --enable-cryptsetup-reencrypt
|
configure_args="--with-crypto_backend=openssl --enable-cryptsetup-reencrypt
|
||||||
--disable-asciidoc --enable-libargon2 $(vopt_enable pwquality)"
|
--disable-asciidoc --enable-libargon2 $(vopt_enable pwquality)"
|
||||||
|
@ -55,7 +55,8 @@ libcryptsetup_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
cryptsetup-devel_package() {
|
cryptsetup-devel_package() {
|
||||||
depends="libcryptsetup>=${version}_${revision}"
|
depends="openssl-devel json-c-devel device-mapper-devel
|
||||||
|
libargon2-devel libcryptsetup>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue