milis/talimatname/genel/x/xmlto/talimat

19 lines
388 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
name=xmlto
version=0.0.26
release=1
source=(https://fedorahosted.org/releases/x/m/xmlto/$name-$version.tar.bz2)
derle() {
unset MAKEFLAGS
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}