# Template file for 'npth' pkgname=npth version=1.5 revision=1 build_style=gnu-configure short_desc="New portable threads library" maintainer="Leah Neukirchen " license="LGPL-2.1" homepage="http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git" distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2 npth-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" -- development files" pkg_install() { vmove usr/include vmove "usr/lib/*.so" vmove usr/share vmove usr/bin/npth-config } }