milis/talimatname/genel/t/tidy/talimat

30 lines
726 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.

# Tanım: 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/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem kütüphane ağ
isim=tidy
surum=20101110
devir=1
kaynak=(http://anduin.linuxfromscratch.org/BLFS/$isim/$isim-cvs\_$surum.tar.bz2)
derle() {
cd $isim-cvs\_$surum
./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
}