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

26 lines
630 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Merkezi SGML kataloglarını koruma araçları.
2017-04-17 12:54:01 +02:00
# URL: http://www.docbook.org/xml/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-04-17 12:54:01 +02:00
2017-10-28 14:10:23 +02:00
isim=sgml-common
surum=0.6.3
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
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)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle(){
2017-10-28 14:10:23 +02:00
cd $isim-$surum
patch -Np1 -i ../sgml-common-$surum-manpage-1.patch &&
2016-02-24 01:27:23 +01:00
autoreconf -f -i
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
2017-04-17 12:54:01 +02:00
# Doc dizinini düzelt
2016-02-24 01:27:23 +01:00
mv $PKG/usr/doc $PKG/usr/share/doc
}