opt/libyaml/Pkgfile

18 lines
387 B
Plaintext
Raw Normal View History

2013-03-07 12:19:20 +01:00
# Description: A YAML parser and emitter library.
# URL: http://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
# Packager: Mark Rosenstand, mark at borkware dot net
name=libyaml
2016-08-25 00:41:17 +02:00
version=0.1.6
2013-03-07 12:19:20 +01: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
}