void-packages/srcpkgs/tidy/template

29 lines
759 B
Bash
Raw Normal View History

2014-07-02 11:21:46 +00:00
# Template file for 'tidy'
pkgname=tidy
version=1.46
2015-05-17 13:48:18 +00:00
revision=4
2015-04-13 09:35:08 +00:00
wrksrc=tidyhtml-${version}
build_wrksrc=${pkgname}
hostmakedepends="libtool automake"
2014-07-02 11:21:46 +00:00
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"
2014-07-02 11:21:46 +00:00
checksum=0555085b98238b7c36c5536a5c71b949fef3b58250b12cc51e5713a662aba7fe
pre_configure() {
2014-11-23 14:33:28 +00:00
sh build/gnuauto/setup.sh
2014-07-02 11:21:46 +00:00
}
tidy-devel_package() {
2014-11-23 14:33:28 +00:00
depends="tidy>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
}
2014-07-02 11:21:46 +00:00
}