opt/libyaml/Pkgfile

17 lines
335 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
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
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
}