# Template build file for 'libunistring'. pkgname=libunistring version=0.9.5 revision=2 build_style=gnu-configure short_desc="Library for manipulating Unicode strings and C strings" maintainer="Juan RP " license="LGPL-3" homepage="http://www.gnu.org/software/${pkgname}" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=1a8c0772467850bef7197318a95f44abbb678ea83cbf119a3500cc7848276a17 libunistring-devel_package() { short_desc+=" - development files)" depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include vmove "usr/lib/*.a" vmove "usr/lib/*.so" vmove usr/share } }