SDL_gfx: move static lib to -devel.
This commit is contained in:
parent
8b341fac43
commit
dff49ff89f
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'SDL_gfx'
|
# Template file for 'SDL_gfx'
|
||||||
pkgname=SDL_gfx
|
pkgname=SDL_gfx
|
||||||
version=2.0.25
|
version=2.0.25
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="SDL-devel"
|
makedepends="SDL-devel"
|
||||||
|
@ -32,7 +32,8 @@ SDL_gfx-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue