opt/libyaml/Pkgfile

18 lines
387 B
Plaintext
Raw Normal View History

2013-03-07 22:19:20 +11:00
# Description: A YAML parser and emitter library.
# URL: http://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
# Packager: Mark Rosenstand, mark at borkware dot net
name=libyaml
2016-08-25 08:41:17 +10:00
version=0.1.6
2013-03-07 22:19:20 +11:00
release=1
source=(http://pyyaml.org/download/$name/yaml-$version.tar.gz)
build() {
cd yaml-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}