New package: tidy-1.46

Closes #159.
This commit is contained in:
Christian Neukirchen 2014-07-02 13:21:46 +02:00
parent 2944d752e7
commit 99bc739961
2 changed files with 26 additions and 0 deletions

1
srcpkgs/tidy-devel Symbolic link
View file

@ -0,0 +1 @@
tidy

25
srcpkgs/tidy/template Normal file
View file

@ -0,0 +1,25 @@
# Template file for 'tidy'
pkgname=tidy
version=1.46
wrksrc=tidyhtml-$version/tidy
hostmakedepends="libtool automake autoconf"
revision=1
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="ftp://ftp.archlinux.org/other/tidyhtml/tidyhtml-1.46.tar.bz2"
checksum=0555085b98238b7c36c5536a5c71b949fef3b58250b12cc51e5713a662aba7fe
pre_configure() {
sh build/gnuauto/setup.sh
}
tidy-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/"*.a"
}
}