# Template build file for 'libdshconfig' pkgname=libdshconfig version=0.20.13 revision=2 build_style=gnu-configure short_desc="Library for parsing dsh-style configuration files" maintainer="Enno Boland " license="GPL-2" homepage="http://www.netfort.gr.jp/~dancer/software" distfiles="$homepage/downloads/$pkgname-$version.tar.gz" checksum=6f372686c5d8d721820995d2b60d2fda33fdb17cdddee9fce34795e7e98c5384 libdshconfig-devel_package() { depends="zlib-devel ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove "usr/lib/*.a" vmove "usr/lib/*.so" } }