milis/talimatname/genel/tidy/talimat

29 lines
710 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: HTML, XHTML ve XML dosyalarını okumak ve işaretleme biçimini temizlemek için kullanılan araçlar ve kitaplıklar
# URL: http://tidy.sourceforge.net/
# Packager: milisarge
# Depends on:
name=tidy
version=20101110
release=1
source=(http://anduin.linuxfromscratch.org/BLFS/$name/$name-cvs\_$version.tar.bz2)
build() {
cd $name-cvs\_$version
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
install -v -m644 -D htmldoc/tidy.1 \
$PKG/usr/share/man/man1/tidy.1
install -v -m755 -d $PKG/usr/share/doc/tidy-cvs_20101110
install -v -m644 htmldoc/*.{html,gif,css} \
$PKG/usr/share/doc/tidy-cvs_20101110
}