diff --git a/srcpkgs/tidy-devel b/srcpkgs/tidy-devel new file mode 120000 index 0000000000..52a9e8c12a --- /dev/null +++ b/srcpkgs/tidy-devel @@ -0,0 +1 @@ +tidy \ No newline at end of file diff --git a/srcpkgs/tidy/template b/srcpkgs/tidy/template new file mode 100644 index 0000000000..c1b8f4fafb --- /dev/null +++ b/srcpkgs/tidy/template @@ -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 " +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" + } +}