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'
|
||||
pkgname=SDL_gfx
|
||||
version=2.0.25
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL-devel"
|
||||
|
@ -32,7 +32,8 @@ SDL_gfx-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue