# Description: Une bibliothèque JSON # URL: http://lloyd.github.com/yajl/ # Maintainer: Dave Reisner # Packager: fanch # Depends on: cmake name=yajl version=2.0.5 release=1 source=( ) build() { git clone git://github.com/lloyd/$name cd $name cmake -DCMAKE_INSTALL_PREFIX=/usr . make make DESTDIR=$PKG install install -Dm644 COPYING $PKG/usr/share/licenses/$name/LICENSE }