pth: disable_parallel_build=1; move man3 to -devel.

This commit is contained in:
Juan RP 2014-10-19 20:33:20 +02:00
parent 9b80d9f617
commit 1d8e8bde49

View File

@ -1,7 +1,8 @@
# Template file for 'pth' # Template file for 'pth'
pkgname=pth pkgname=pth
version=2.0.7 version=2.0.7
revision=1 revision=2
disable_parallel_build=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
short_desc="GNU Portable Threads" short_desc="GNU Portable Threads"
@ -19,6 +20,7 @@ pth-devel_package() {
vmove usr/share/man/man1/pth-config.1 vmove usr/share/man/man1/pth-config.1
vmove usr/include vmove usr/include
vmove usr/share/aclocal vmove usr/share/aclocal
vmove usr/share/man/man3
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }