description GNU Make Standard Library
The GNU Make Standard Library (GMSL) is a collection of \
functions implemented using native GNU Make functionality \
that provide list and string manipulation, integer arithmetic, \
associative arrays, stacks, and debugging facilities.
homepage http://gmsl.sourceforge.net
checksums md5 3a4957d0dea86f2e08d22f97e484ae9e \
sha1 ff1493ac5affde0d20b11b0f07b1e9480dccd65e
reinplace "s|include __${name}|include ${prefix}\/etc\/__${name}|g" \
xinstall -m 644 -c ${workpath}/${name} ${destroot}${prefix}/etc/
xinstall -m 644 -c ${workpath}/__${name} ${destroot}${prefix}/etc/
ui_msg "Add following to your Makefile(s):"
ui_msg " if \[ -f ${prefix}/etc/${name} ]; then"
ui_msg " include ${prefix}/etc/${name}"