milis/talimatname/genel/x/xmlto/talimat

19 lines
380 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: Xml'yi diğer birçok biçime dönüştürün
# URL: http://cyberelk.net/tim/software/xmlto/
# Paketçi: milisarge
# Gerekler: libxslt docbook-xsl docbook-xml
isim=xmlto
surum=0.0.26
devir=1
kaynak=(https://fedorahosted.org/releases/x/m/xmlto/$isim-$surum.tar.bz2)
derle() {
unset MAKEFLAGS
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}