milis/talimatname/genel/s/sgml-common/talimat

26 lines
630 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: Merkezi SGML kataloglarını koruma araçları.
# URL: http://www.docbook.org/xml/
# Paketçi: milisarge
# Gerekler:
isim=sgml-common
surum=0.6.3
devir=1
kaynak=(
ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-$surum.tgz
http://www.linuxfromscratch.org/patches/blfs/7.5/sgml-common-$surum-manpage-1.patch)
derle(){
cd $isim-$surum
patch -Np1 -i ../sgml-common-$surum-manpage-1.patch &&
autoreconf -f -i
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
# Doc dizinini düzelt
mv $PKG/usr/doc $PKG/usr/share/doc
}