libev: move .3 manpages to -devel.
This commit is contained in:
parent
c4edc29d22
commit
4a9387f401
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libev'
|
||||
pkgname=libev
|
||||
version=4.20
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="High-performance event loop loosely modelled after libevent"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -22,5 +22,6 @@ libev-devel_package() {
|
|||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/man
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue