opt/libyaml/Pkgfile

17 lines
335 B
Plaintext
Raw Normal View History

2013-03-07 22:19:20 +11:00
# Description: A YAML parser and emitter library.
# URL: https://pyyaml.org/wiki/LibYAML
2014-11-10 23:25:50 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
2013-03-07 22:19:20 +11:00
name=libyaml
2020-06-06 15:39:48 +10:00
version=0.2.5
2013-03-07 22:19:20 +11:00
release=1
2019-08-21 21:19:23 +10:00
source=(https://pyyaml.org/download/$name/yaml-$version.tar.gz)
2013-03-07 22:19:20 +11:00
build() {
cd yaml-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}