# Template file for 'libestr' pkgname=libestr version=0.1.4 revision=2 build_style=gnu-configure configure_args="--disable-static" 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=e30b05bc3091e2c35464d7ac736b2d4e5c054cc883e244c920b571e533de85e3 long_desc=" This package provides a C library with some essentials for string processing." libestr-devel_package() { depends="libestr>=${version}" short_desc="${short_desc} - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig } } libestr_package() { pkg_install() { vmove usr } }