mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
libmikmod: move pkgconfig files to -devel pkg.
This commit is contained in:
parent
ec31acf994
commit
5388c1d49d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libmikmod'
|
# Template file for 'libmikmod'
|
||||||
pkgname=libmikmod
|
pkgname=libmikmod
|
||||||
version=3.3.4
|
version=3.3.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="MikMod Sound Library"
|
short_desc="MikMod Sound Library"
|
||||||
|
@ -19,6 +19,7 @@ libmikmod-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue