mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
loudmouth: cleanup
This commit is contained in:
parent
407441180a
commit
9bca92c866
1 changed files with 5 additions and 4 deletions
|
@ -22,9 +22,10 @@ loudmouth-devel_package() {
|
||||||
depends+="loudmouth>=${version}_${revision}"
|
depends+="loudmouth>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/include"
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove usr/lib/*.a
|
||||||
vmove "usr/lib/pkgconfig/"
|
vmove usr/lib/*.so
|
||||||
vmove "usr/share/gtk-doc"
|
vmove usr/lib/pkgconfig/
|
||||||
|
vmove usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue