diff --git a/common/shlibs b/common/shlibs index 4de7e24eb9..89bd954c27 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1662,3 +1662,4 @@ libxmlrpc_server_cgi++.so.7 xmlrpc-c-1.25.28_1 libxmlrpc_server_pstream++.so.7 xmlrpc-c-1.25.28_1 libxmlrpc_client.so.3 xmlrpc-c-1.25.28_1 libtelepathy-farstream.so.3 telepathy-farstream-0.6.0_6 +libtidy-0.99.so.0 tidy-1.46_2 diff --git a/srcpkgs/tidy/template b/srcpkgs/tidy/template index c1b8f4fafb..ef6ed8e85c 100644 --- a/srcpkgs/tidy/template +++ b/srcpkgs/tidy/template @@ -2,8 +2,8 @@ pkgname=tidy version=1.46 wrksrc=tidyhtml-$version/tidy -hostmakedepends="libtool automake autoconf" -revision=1 +hostmakedepends="libtool automake" +revision=2 build_style=gnu-configure short_desc="A tool to tidy down your HTML code to a clean style" maintainer="Christian Neukirchen " @@ -17,9 +17,11 @@ pre_configure() { } tidy-devel_package() { + depends="tidy>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/lib/"*.a" + vmove usr/lib/*.a + vmove usr/lib/*.so } }