pth: disable_parallel_build=1; move man3 to -devel.
This commit is contained in:
parent
9b80d9f617
commit
1d8e8bde49
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'pth'
|
||||
pkgname=pth
|
||||
version=2.0.7
|
||||
revision=1
|
||||
revision=2
|
||||
disable_parallel_build=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="GNU Portable Threads"
|
||||
|
@ -19,6 +20,7 @@ pth-devel_package() {
|
|||
vmove usr/share/man/man1/pth-config.1
|
||||
vmove usr/include
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/share/man/man3
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue