tidy: xlint.

This commit is contained in:
Christian Neukirchen 2014-11-23 15:33:28 +01:00
parent f089feb90a
commit b9df3b5fe8

View file

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