milis/talimatname/genel/yaml/talimat

16 lines
369 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.

# Description: Ayrıştırma ve YAML yaymak için C kitaplığı (YAML Markup Language değil)
# URL: http://pyyaml.org/
# Packager: milisarge
# Depends on: doxygen
name=yaml
version=0.1.6
release=1
source=(http://pyyaml.org/download/libyaml/yaml-$version.tar.gz)
build() {
cd yaml-$version
./configure --prefix=/usr --disable-static
make DESTDIR=$PKG install
}