gsound: move static lib to gsound-devel
This commit is contained in:
parent
bf9405008b
commit
f09d7b2caf
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gsound'
|
||||
pkgname=gsound
|
||||
version=1.0.2
|
||||
revision=5
|
||||
revision=6
|
||||
build_helper="gir"
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection) $(vopt_enable vala)"
|
||||
|
@ -23,6 +23,7 @@ gsound-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/gtk-doc
|
||||
if [ "$build_option_gir" ]; then
|
||||
|
|
Loading…
Reference in New Issue