mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libbsd-devel: depend on libmd-devel.
It is used in the pkgconfig Libs.private.
This commit is contained in:
parent
4853a60f04
commit
3f0515a47b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libbsd'
|
# Template file for 'libbsd'
|
||||||
pkgname=libbsd
|
pkgname=libbsd
|
||||||
version=0.11.7
|
version=0.11.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libmd-devel"
|
makedepends="libmd-devel"
|
||||||
short_desc="Provides useful functions commonly found on BSD system"
|
short_desc="Provides useful functions commonly found on BSD system"
|
||||||
|
@ -16,7 +16,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libbsd-devel_package() {
|
libbsd-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision} libmd-devel"
|
||||||
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