# Description: Simple implementation of msgpack in C # URL: https://github.com/libmpack/libmpack # Maintainer: Tim Biermann, tbier at posteo dot de name=libmpack version=1.0.5 release=1 source=(https://github.com/libmpack/libmpack/archive/$version/$name-$version.tar.gz) build() { cd $name-$version make make DESTDIR=$PKG PREFIX=/usr install }