tidy: removed, upstream dead, superseded by tidy5.

This commit is contained in:
Christian Neukirchen 2016-05-23 15:01:29 +02:00
parent e814b7de8d
commit 6dc4d73cac
3 changed files with 0 additions and 34 deletions

View File

@ -1712,7 +1712,6 @@ libxmlrpc_server_cgi++.so.8 xmlrpc-c-1.39.07_1
libxmlrpc_server_pstream++.so.8 xmlrpc-c-1.39.07_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
libnetpbm.so.11 libnetpbm-10.66.03_2
libid3.so id3lib-3.8.3_1
libid3-3.8.so.3 id3lib-3.8.3_1

View File

@ -1 +0,0 @@
tidy

View File

@ -1,32 +0,0 @@
# Template file for 'tidy'
pkgname=tidy
version=1.46
revision=5
wrksrc=tidyhtml-${version}
build_wrksrc=${pkgname}
hostmakedepends="libtool automake"
build_style=gnu-configure
short_desc="A tool to tidy down your HTML code to a clean style"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://tidy.sourceforge.net/"
distfiles="http://mirror.pkern.at/archlinux/other/packages/tidyhtml/tidyhtml-${version}.tar.bz2"
checksum=0555085b98238b7c36c5536a5c71b949fef3b58250b12cc51e5713a662aba7fe
pre_configure() {
sh build/gnuauto/setup.sh
}
post_install() {
vlicense htmldoc/license.html
}
tidy-devel_package() {
depends="tidy>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}