opt/libyaml/Pkgfile

17 lines
333 B
Plaintext
Raw Normal View History

2013-03-07 12:19:20 +01: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 12:19:20 +01:00
name=libyaml
2020-06-06 07:39:48 +02:00
version=0.2.5
2013-03-07 12:19:20 +01:00
release=1
2019-08-21 13:19:23 +02:00
source=(https://pyyaml.org/download/$name/yaml-$version.tar.gz)
2013-03-07 12:19:20 +01:00
build() {
cd yaml-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}