libenet: move pkgconfig files to -devel.
This commit is contained in:
parent
75e417a21e
commit
549a0ba02c
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'enet'
|
||||
pkgname=libenet
|
||||
version=1.3.12
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Reliable UDP networking library"
|
||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||
|
@ -17,6 +17,7 @@ libenet-devel_package() {
|
|||
pkg_install() {
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/include
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue