diff --git a/common/shlibs b/common/shlibs index 71ecf04a044..2f1a0862993 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1784,3 +1784,4 @@ liblangtag-gobject.so.0 liblangtag-0.5.4_1 libexttextcat-2.0.so.0 libexttextcat-3.4.3_1 libledger.so.3 libledger-3.1_1 libksba.so.8 libksba-1.3.1_1 +libpth.so.20 pth-2.0.7_1 diff --git a/srcpkgs/pth-devel b/srcpkgs/pth-devel new file mode 120000 index 00000000000..ab9a9e10a9a --- /dev/null +++ b/srcpkgs/pth-devel @@ -0,0 +1 @@ +pth \ No newline at end of file diff --git a/srcpkgs/pth/template b/srcpkgs/pth/template new file mode 100644 index 00000000000..dbe986fc638 --- /dev/null +++ b/srcpkgs/pth/template @@ -0,0 +1,24 @@ +# Template file for 'pth' +pkgname=pth +version=2.0.7 +revision=1 +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/lib/*.so" + } +}