milis/talimatname/genel/y/yaml/talimat

16 lines
372 B
Plaintext
Raw Normal View History

2017-05-01 10:55:43 +02:00
# Description: Ayrıştırma ve YAML yaymak için C kitaplığı (YAML Markup Language değil)
2016-02-24 01:27:23 +01:00
# URL: http://pyyaml.org/
2017-01-30 02:42:26 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: doxygen
name=yaml
2017-06-09 05:32:10 +02:00
version=0.1.7
2016-02-24 01:27:23 +01:00
release=1
source=(http://pyyaml.org/download/libyaml/yaml-$version.tar.gz)
build() {
2017-06-09 05:32:10 +02:00
cd yaml-$version
./configure --prefix=/usr --disable-static
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}