milis/talimatname/genel/o/openjade/talimat

27 lines
600 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: James Clark'ın DSSSL (Document Style Semantics ve Spesifikasyon Dili) SGML (ve XML) belgelerini biçimlendirmek için bir ISO standardı uygulamasıdır.
# URL: http://openjade.sourceforge.net/
# Paketçi: milisarge
# Gerekler: opensp
# Grup: geliştirme
isim=openjade
surum=1.3.3-pre1
devir=2
kaynak=(http://downloads.sourceforge.net/project/$isim/$isim/1.3.3/$isim-$surum.tar.gz
iostream.patch msggen.pl.patch)
derle() {
cd $isim-$surum
patch -p 1 -i $SRC/iostream.patch
patch -p 1 -i $SRC/msggen.pl.patch
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
}