milis/talimatname/genel/sgml-common/talimat

26 lines
649 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: Merkezi SGML kataloglarını koruma araçları.
# URL: http://www.docbook.org/xml/
# Packager: milisarge
# Depends on:
name=sgml-common
version=0.6.3
release=1
source=(
ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-$version.tgz
http://www.linuxfromscratch.org/patches/blfs/7.5/sgml-common-$version-manpage-1.patch)
build(){
cd $name-$version
patch -Np1 -i ../sgml-common-$version-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
}