# Description: dot.conf configuration file parser # URL: https://github.com/williamh/dotconf # Packager: piernov # Maintainer: piernov # Depends on: # Run on: name=dotconf version=1.3 release=1 _ver=4cd7b3a source=( http://nutyx.meticul.eu/files/williamh-$name-v$version-0-g$_ver.tar.gz ) build() { cd williamh-$name-$_ver autoreconf -i ./configure --prefix=/usr make make DESTDIR=$PKG install }