# Template file for 'libestr' pkgname=libestr version=0.1.9 revision=1 build_style=gnu-configure configure_args="ac_cv_func_malloc_0_nonnull=yes" short_desc="C library for string processing" maintainer="Juan RP " license="LGPL-2.1" homepage="http://libestr.adiscon.com" distfiles="$homepage/files/download/$pkgname-$version.tar.gz" checksum=822c6e2d01eaca1e72201f403a2ca01f3e86410b880e508e5204e3c2694d751a libestr-devel_package() { depends="libestr>=${version}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.a" vmove "usr/lib/*.so" } }