# Description: Fully feature complete YAML parser and emitter # URL: https://github.com/pantoniou/libfyaml # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: automake name=libfyaml version=0.9 release=1 source=(https://github.com/pantoniou/${name}/archive/v${version}/${name}-v${version}.tar.gz) build() { cd $name-$version ./bootstrap.sh ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }