milis/talimatname/genel/y/yaml/talimat

16 lines
357 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: Ayrıştırma ve YAML yaymak için C kitaplığı (YAML Markup Language değil)
# URL: http://pyyaml.org/
# Paketçi: milisarge
# Gerekler: doxygen
isim=yaml
surum=0.1.7
devir=1
kaynak=(http://pyyaml.org/download/libyaml/yaml-$surum.tar.gz)
derle() {
cd yaml-$surum
./configure --prefix=/usr --disable-static
make DESTDIR=$PKG install
}