description="C library for parsing and emitting YAML (YAML Ain't Markup Language)"
url="http://pyyaml.org/"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

makedepends=(autoconf automake grep doxygen)

name=yaml
version=0.2.5
release=2

source=(https://pyyaml.org/download/libyaml/$name-$version.tar.gz)

build() {
cd $name-$version

./configure --prefix=/usr
make DESTDIR=$PKG install
rm $PKG/usr/lib/libyaml.la
} 
