# Template file for 'pth' pkgname=pth version=2.0.7 revision=2 disable_parallel_build=yes build_style=gnu-configure configure_args="--disable-static" short_desc="GNU Portable Threads" maintainer="Eivind Uggedal " license="LGPL-2.1" homepage="http://www.gnu.org/software/pth/" distfiles="$GNU_SITE/pth/${pkgname}-${version}.tar.gz" checksum=72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232 pth-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/bin/pth-config vmove usr/share/man/man1/pth-config.1 vmove usr/include vmove usr/share/aclocal vmove usr/share/man/man3 vmove "usr/lib/*.so" } }