1
0
forked from ports/opt
opt/libyaml/Pkgfile

17 lines
333 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
2023-08-26 12:05:16 +02:00
# Maintainer: Juergen Daubert, jue at crux dot nu
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
}